python-selve-new 2.2.18__tar.gz → 2.2.20__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_selve_new-2.2.18/python_selve_new.egg-info → python_selve_new-2.2.20}/PKG-INFO +1 -1
- {python_selve_new-2.2.18 → python_selve_new-2.2.20/python_selve_new.egg-info}/PKG-INFO +1 -1
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/__init__.py +6 -4
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/setup.py +1 -1
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.github/FUNDING.yml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.github/workflows/python-publish.yml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.gitignore +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.idea/.gitignore +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.idea/misc.xml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.idea/modules.xml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.idea/python-selve-new.iml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.idea/vcs.xml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/.vscode/settings.json +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/LICENSE +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/README.md +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/package.sh +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/pyproject.toml +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/python_selve_new.egg-info/SOURCES.txt +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/python_selve_new.egg-info/dependency_links.txt +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/python_selve_new.egg-info/entry_points.txt +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/python_selve_new.egg-info/requires.txt +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/python_selve_new.egg-info/top_level.txt +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/__init__.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/command.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/device.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/event.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/group.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/iveo.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/param.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/senSim.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/sender.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/sensor.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/commands/service.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/device.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/gateway.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/group.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/iveo.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/senSim.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/sender.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/sensor.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/util/__init__.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/util/errors.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/selve/util/protocol.py +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/setup.cfg +0 -0
- {python_selve_new-2.2.18 → python_selve_new-2.2.20}/test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-selve-new
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.20
|
|
4
4
|
Summary: Python library for interfacing with selve devices using the USB-RF controller. Written completely new.
|
|
5
5
|
Home-page: https://github.com/Kannix2005/python-selve-new
|
|
6
6
|
Author: Stefan Altheimer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-selve-new
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.20
|
|
4
4
|
Summary: Python library for interfacing with selve devices using the USB-RF controller. Written completely new.
|
|
5
5
|
Home-page: https://github.com/Kannix2005/python-selve-new
|
|
6
6
|
Author: Stefan Altheimer
|
|
@@ -907,6 +907,9 @@ class Selve:
|
|
|
907
907
|
self._LOGGER.debug("Current teaching state: " + str(response.scanState.name))
|
|
908
908
|
|
|
909
909
|
|
|
910
|
+
for callback in self._eventCallbacks:
|
|
911
|
+
callback(response)
|
|
912
|
+
|
|
910
913
|
|
|
911
914
|
async def processEventResponse(self, response):
|
|
912
915
|
if isinstance(response, CommeoDeviceEventResponse):
|
|
@@ -977,8 +980,6 @@ class Selve:
|
|
|
977
980
|
sender.lastEvent = response.event
|
|
978
981
|
sender.name = response.senderName
|
|
979
982
|
self.addOrUpdateDevice(sender, SelveTypes.SENSOR)
|
|
980
|
-
for callback in self._eventCallbacks:
|
|
981
|
-
callback(response)
|
|
982
983
|
|
|
983
984
|
if isinstance(response, LogEventResponse):
|
|
984
985
|
self.lastLogEvent = response
|
|
@@ -996,8 +997,9 @@ class Selve:
|
|
|
996
997
|
self.sendingBlocked = response.mode
|
|
997
998
|
self.utilization = response.traffic
|
|
998
999
|
|
|
999
|
-
|
|
1000
|
-
|
|
1000
|
+
|
|
1001
|
+
for callback in self._eventCallbacks:
|
|
1002
|
+
callback(response)
|
|
1001
1003
|
|
|
1002
1004
|
|
|
1003
1005
|
def commandResult(self, response: IveoResultResponse | CommandResultResponse):
|
|
@@ -15,7 +15,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|
|
15
15
|
setup(
|
|
16
16
|
|
|
17
17
|
name='python-selve-new', # Required
|
|
18
|
-
version='2.2.
|
|
18
|
+
version='2.2.20', # Required
|
|
19
19
|
description='Python library for interfacing with selve devices using the USB-RF controller. Written completely new.', # Required
|
|
20
20
|
long_description=long_description, # Optional
|
|
21
21
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_selve_new-2.2.18 → python_selve_new-2.2.20}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_selve_new-2.2.18 → python_selve_new-2.2.20}/python_selve_new.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python_selve_new-2.2.18 → python_selve_new-2.2.20}/python_selve_new.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|