velbus-aio 2024.7.4__py3-none-any.whl → 2024.7.5__py3-none-any.whl
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.
Potentially problematic release.
This version of velbus-aio might be problematic. Click here for more details.
- {velbus_aio-2024.7.4.dist-info → velbus_aio-2024.7.5.dist-info}/METADATA +1 -1
- {velbus_aio-2024.7.4.dist-info → velbus_aio-2024.7.5.dist-info}/RECORD +6 -6
- velbusaio/handler.py +0 -2
- {velbus_aio-2024.7.4.dist-info → velbus_aio-2024.7.5.dist-info}/LICENSE +0 -0
- {velbus_aio-2024.7.4.dist-info → velbus_aio-2024.7.5.dist-info}/WHEEL +0 -0
- {velbus_aio-2024.7.4.dist-info → velbus_aio-2024.7.5.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ velbusaio/const.py,sha256=HyBLMJkzZ0ApJRjCffcWlSGr2c3Qgt6kFpdhLQwl--c,1862
|
|
|
5
5
|
velbusaio/controller.py,sha256=GkYYf_JRWA5iKDdvO5cUJhKO5GZTlTeApcyilrjwxCA,7437
|
|
6
6
|
velbusaio/discovery.py,sha256=Px6qoZl4QhF17aMz6JxstCORBpLzZGWEK9h4Vyvg57o,1649
|
|
7
7
|
velbusaio/exceptions.py,sha256=FHkXaM3dK5Gkk-QGAf9dLE3FPlCU2FRZWUyY-4KRNnA,515
|
|
8
|
-
velbusaio/handler.py,sha256
|
|
8
|
+
velbusaio/handler.py,sha256=XDdr6snW5__0Q7EDrwLHv2O0SvXRtH_eKiWaLQuDka0,10862
|
|
9
9
|
velbusaio/helpers.py,sha256=iqpoereRH4JY5WAkozIqWvXWyRmhko-J-UGXDylFyEM,2537
|
|
10
10
|
velbusaio/message.py,sha256=_MRuI4XnMcqeduCDJ3AwhAPL1B8VMstFDnjjLo8QuxM,5018
|
|
11
11
|
velbusaio/module.py,sha256=OMFIa8VhJR-G_rg2PcGUdpmubLD6gDwVruN4ZCmwpMY,35215
|
|
@@ -96,8 +96,8 @@ velbusaio/messages/very_fast_blinking_led.py,sha256=vlMEern8PoOvtO5JaAk9erMR4IKJ
|
|
|
96
96
|
velbusaio/messages/write_data_to_memory.py,sha256=gr6bi4SzK8Mw8fnp8yV-STq5jts7NoeV7zZgdptH5Vs,1039
|
|
97
97
|
velbusaio/messages/write_memory_block.py,sha256=zGnNxx_M66HpBQ8S7kagtNw8_qSRHsOLk1MuiS0uygM,1032
|
|
98
98
|
velbusaio/messages/write_module_address_and_serial_number.py,sha256=6y57j-md3btNtQddX5CUREtSs1Dzgkd953sQPZ3Pioo,1597
|
|
99
|
-
velbus_aio-2024.7.
|
|
100
|
-
velbus_aio-2024.7.
|
|
101
|
-
velbus_aio-2024.7.
|
|
102
|
-
velbus_aio-2024.7.
|
|
103
|
-
velbus_aio-2024.7.
|
|
99
|
+
velbus_aio-2024.7.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
100
|
+
velbus_aio-2024.7.5.dist-info/METADATA,sha256=18h6EjobeKywNvcN1lFJlkecK06lokdJnzOrvnbM0uQ,3282
|
|
101
|
+
velbus_aio-2024.7.5.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
102
|
+
velbus_aio-2024.7.5.dist-info/top_level.txt,sha256=W0-lSOwD23mm8FqaIe9vY20fKicBMIdUVjF-zmfxRnY,15
|
|
103
|
+
velbus_aio-2024.7.5.dist-info/RECORD,,
|
velbusaio/handler.py
CHANGED
|
@@ -77,8 +77,6 @@ class PacketHandler:
|
|
|
77
77
|
self._scan_complete = False
|
|
78
78
|
# non-blocking check to see if the cache_dir is empty
|
|
79
79
|
loop = asyncio.get_running_loop()
|
|
80
|
-
print(self._velbus.get_cache_dir())
|
|
81
|
-
print(await loop.run_in_executor(None, self.empty_cache))
|
|
82
80
|
if not reload_cache and await loop.run_in_executor(None, self.empty_cache):
|
|
83
81
|
self._log.info("No cache yet, so forcing a bus scan")
|
|
84
82
|
reload_cache = True
|
|
File without changes
|
|
File without changes
|
|
File without changes
|