Skip to content

Commit

Permalink
Update sbc.py (#299)
Browse files Browse the repository at this point in the history
* Update sbc.py

* Update pyproject.toml
  • Loading branch information
shawaj authored Oct 27, 2024
1 parent ebcf0bb commit 209c1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hm_pyhelper/sbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class DeviceVendorID(Enum):
111, # Syncrobit RKCM3 Testing
2006816, # Rob Testing
2061340, # Rob Testing
2173105, # Aaron Testing
]

NON_COMMERCIAL_FLEETS = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hm_pyhelper"
version = "0.14.34"
version = "0.14.35"
description = "Helium Python Helper"
authors = ["Nebra Ltd <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 209c1d8

Please sign in to comment.