diff --git a/hm_pyhelper/sbc.py b/hm_pyhelper/sbc.py index 38cc307..fe3d4cc 100644 --- a/hm_pyhelper/sbc.py +++ b/hm_pyhelper/sbc.py @@ -87,6 +87,7 @@ class DeviceVendorID(Enum): 57, # Syncrobit Testing 111, # Syncrobit RKCM3 Testing 2006816, # Rob Testing + 2061340, # Rob Testing ] def device_model(): diff --git a/pyproject.toml b/pyproject.toml index bd578f7..facad80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hm_pyhelper" -version = "0.14.15" +version = "0.14.16" description = "Helium Python Helper" authors = ["Nebra Ltd "] readme = "README.md"