From 209c1d8a948adf007aa316873cb215c4b1450e61 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Sun, 27 Oct 2024 06:33:04 +0000 Subject: [PATCH] Update sbc.py (#299) * Update sbc.py * Update pyproject.toml --- hm_pyhelper/sbc.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hm_pyhelper/sbc.py b/hm_pyhelper/sbc.py index 9626ef5..5574cc6 100644 --- a/hm_pyhelper/sbc.py +++ b/hm_pyhelper/sbc.py @@ -98,6 +98,7 @@ class DeviceVendorID(Enum): 111, # Syncrobit RKCM3 Testing 2006816, # Rob Testing 2061340, # Rob Testing + 2173105, # Aaron Testing ] NON_COMMERCIAL_FLEETS = [ diff --git a/pyproject.toml b/pyproject.toml index 02aeb0a..97870c9 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.34" +version = "0.14.35" description = "Helium Python Helper" authors = ["Nebra Ltd "] readme = "README.md"