velbus-aio 2023.12.0__py3-none-any.whl → 2024.4.1__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-2023.12.0.dist-info → velbus_aio-2024.4.1.dist-info}/METADATA +2 -1
- velbus_aio-2024.4.1.dist-info/RECORD +103 -0
- {velbus_aio-2023.12.0.dist-info → velbus_aio-2024.4.1.dist-info}/WHEEL +1 -1
- velbusaio/channels.py +7 -11
- velbusaio/command_registry.py +15 -1
- velbusaio/const.py +3 -1
- velbusaio/controller.py +39 -68
- velbusaio/handler.py +5 -61
- velbusaio/helpers.py +2 -1
- velbusaio/message.py +1 -1
- velbusaio/messages/__init__.py +1 -0
- velbusaio/messages/blind_status.py +1 -0
- velbusaio/messages/bus_active.py +1 -0
- velbusaio/messages/bus_error_counter_status.py +1 -0
- velbusaio/messages/bus_error_counter_status_request.py +1 -0
- velbusaio/messages/bus_off.py +1 -0
- velbusaio/messages/channel_name_part1.py +15 -0
- velbusaio/messages/channel_name_part2.py +14 -0
- velbusaio/messages/channel_name_part3.py +14 -0
- velbusaio/messages/channel_name_request.py +2 -1
- velbusaio/messages/clear_led.py +1 -0
- velbusaio/messages/counter_status.py +1 -0
- velbusaio/messages/counter_status_request.py +1 -0
- velbusaio/messages/cover_down.py +1 -0
- velbusaio/messages/cover_off.py +1 -2
- velbusaio/messages/cover_position.py +1 -2
- velbusaio/messages/cover_up.py +1 -0
- velbusaio/messages/dali_device_settings.py +2 -1
- velbusaio/messages/dali_device_settings_request.py +2 -1
- velbusaio/messages/dali_dim_value_status.py +2 -1
- velbusaio/messages/dimmer_channel_status.py +2 -1
- velbusaio/messages/dimmer_status.py +1 -0
- velbusaio/messages/edge_set_custom_color.py +1 -0
- velbusaio/messages/fast_blinking_led.py +1 -0
- velbusaio/messages/forced_off.py +1 -0
- velbusaio/messages/forced_on.py +1 -0
- velbusaio/messages/interface_status_request.py +1 -0
- velbusaio/messages/ir_receiver_status.py +1 -0
- velbusaio/messages/kwh_status.py +1 -0
- velbusaio/messages/light_value_request.py +1 -0
- velbusaio/messages/memo_text.py +1 -0
- velbusaio/messages/memory_data.py +1 -0
- velbusaio/messages/memory_data_block.py +1 -0
- velbusaio/messages/memory_dump_request.py +1 -0
- velbusaio/messages/module_status.py +12 -0
- velbusaio/messages/module_status_request.py +1 -0
- velbusaio/messages/module_subtype.py +1 -0
- velbusaio/messages/module_type.py +1 -0
- velbusaio/messages/module_type_request.py +1 -0
- velbusaio/messages/push_button_status.py +1 -0
- velbusaio/messages/raw.py +1 -0
- velbusaio/messages/read_data_block_from_memory.py +1 -0
- velbusaio/messages/read_data_from_memory.py +1 -0
- velbusaio/messages/realtime_clock_status_request.py +1 -0
- velbusaio/messages/receive_buffer_full.py +1 -0
- velbusaio/messages/receive_ready.py +1 -0
- velbusaio/messages/relay_status.py +1 -0
- velbusaio/messages/restore_dimmer.py +6 -2
- velbusaio/messages/select_program.py +1 -0
- velbusaio/messages/sensor_settings_request.py +1 -0
- velbusaio/messages/sensor_temp_request.py +1 -0
- velbusaio/messages/sensor_temperature.py +1 -0
- velbusaio/messages/set_date.py +5 -10
- velbusaio/messages/set_daylight_saving.py +3 -6
- velbusaio/messages/set_dimmer.py +6 -2
- velbusaio/messages/set_led.py +1 -0
- velbusaio/messages/set_realtime_clock.py +5 -10
- velbusaio/messages/set_temperature.py +1 -0
- velbusaio/messages/slider_status.py +5 -1
- velbusaio/messages/slow_blinking_led.py +1 -0
- velbusaio/messages/start_relay_blinking_timer.py +1 -0
- velbusaio/messages/start_relay_timer.py +1 -0
- velbusaio/messages/switch_relay_off.py +1 -0
- velbusaio/messages/switch_relay_on.py +1 -0
- velbusaio/messages/switch_to_comfort.py +1 -0
- velbusaio/messages/switch_to_day.py +1 -0
- velbusaio/messages/switch_to_night.py +1 -0
- velbusaio/messages/switch_to_safe.py +1 -0
- velbusaio/messages/temp_sensor_settings_part1.py +1 -0
- velbusaio/messages/temp_sensor_settings_part2.py +1 -0
- velbusaio/messages/temp_sensor_settings_part3.py +1 -0
- velbusaio/messages/temp_sensor_settings_part4.py +1 -0
- velbusaio/messages/temp_sensor_settings_request.py +1 -0
- velbusaio/messages/temp_sensor_status.py +1 -0
- velbusaio/messages/temp_set_cooling.py +1 -0
- velbusaio/messages/temp_set_heating.py +1 -0
- velbusaio/messages/update_led_status.py +1 -0
- velbusaio/messages/very_fast_blinking_led.py +1 -0
- velbusaio/messages/write_data_to_memory.py +1 -0
- velbusaio/messages/write_memory_block.py +1 -0
- velbusaio/messages/write_module_address_and_serial_number.py +1 -0
- velbusaio/module.py +44 -43
- velbusaio/protocol.json +10126 -0
- velbusaio/protocol.py +2 -2
- velbusaio/raw_message.py +6 -6
- velbusaio/util.py +4 -0
- velbus_aio-2023.12.0.dist-info/RECORD +0 -103
- velbusaio/moduleprotocol/protocol.json +0 -26507
- {velbus_aio-2023.12.0.dist-info → velbus_aio-2024.4.1.dist-info}/LICENSE +0 -0
- {velbus_aio-2023.12.0.dist-info → velbus_aio-2024.4.1.dist-info}/top_level.txt +0 -0
velbusaio/protocol.py
CHANGED
|
@@ -165,7 +165,7 @@ class VelbusProtocol(asyncio.BufferedProtocol):
|
|
|
165
165
|
self._buffer_view = memoryview(self._buffer)
|
|
166
166
|
|
|
167
167
|
async def _process_message(self, msg: RawMessage) -> None:
|
|
168
|
-
self._log.debug(f"RX: {msg}")
|
|
168
|
+
# self._log.debug(f"RX: {msg}")
|
|
169
169
|
await self._message_received_callback(msg)
|
|
170
170
|
|
|
171
171
|
# Everything write-related
|
|
@@ -218,7 +218,7 @@ class VelbusProtocol(asyncio.BufferedProtocol):
|
|
|
218
218
|
on_backoff=_on_write_backoff,
|
|
219
219
|
)
|
|
220
220
|
async def _write_message(self, msg: RawMessage) -> bool:
|
|
221
|
-
self._log.debug(f"TX: {msg}")
|
|
221
|
+
# self._log.debug(f"TX: {msg}")
|
|
222
222
|
if not self.transport.is_closing():
|
|
223
223
|
self.transport.write(msg.to_bytes())
|
|
224
224
|
return True
|
velbusaio/raw_message.py
CHANGED
|
@@ -130,12 +130,12 @@ def _trim_buffer_garbage(rawmessage: bytearray) -> bytearray:
|
|
|
130
130
|
if rawmessage and rawmessage[0] != START_BYTE:
|
|
131
131
|
start_index = rawmessage.find(START_BYTE)
|
|
132
132
|
if start_index > -1:
|
|
133
|
-
logging.debug(
|
|
134
|
-
"Trimming leading garbage from buffer content: {buffer} becomes {new_buffer}".format(
|
|
135
|
-
buffer=binascii.hexlify(rawmessage),
|
|
136
|
-
new_buffer=binascii.hexlify(rawmessage[start_index:]),
|
|
137
|
-
)
|
|
138
|
-
)
|
|
133
|
+
# logging.debug(
|
|
134
|
+
# "Trimming leading garbage from buffer content: {buffer} becomes {new_buffer}".format(
|
|
135
|
+
# buffer=binascii.hexlify(rawmessage),
|
|
136
|
+
# new_buffer=binascii.hexlify(rawmessage[start_index:]),
|
|
137
|
+
# )
|
|
138
|
+
# )
|
|
139
139
|
return rawmessage[start_index:]
|
|
140
140
|
else:
|
|
141
141
|
logging.debug(
|
velbusaio/util.py
CHANGED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
velbusaio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
velbusaio/channels.py,sha256=ezviD9AepEneuBezcWpk0tWoPZxbTit8wuMcBO44MsM,22848
|
|
3
|
-
velbusaio/command_registry.py,sha256=UJOknKYGDPb0pPuvsH42GetEVC-Sa3bMkiSExE6DfPc,4787
|
|
4
|
-
velbusaio/const.py,sha256=9JY8oMrE4galRPAv247RXP_xDOdYkyPc7lBlptJius4,1550
|
|
5
|
-
velbusaio/controller.py,sha256=h8LProppbTYJNdyyS5rQ3ZweiTjcKsdbKBzNoOS_IAk,9253
|
|
6
|
-
velbusaio/discovery.py,sha256=Px6qoZl4QhF17aMz6JxstCORBpLzZGWEK9h4Vyvg57o,1649
|
|
7
|
-
velbusaio/exceptions.py,sha256=FHkXaM3dK5Gkk-QGAf9dLE3FPlCU2FRZWUyY-4KRNnA,515
|
|
8
|
-
velbusaio/handler.py,sha256=gI0Zma9SbcVEvAzYno4IJbqwtEYQk5Cp6zxVNtmox54,8342
|
|
9
|
-
velbusaio/helpers.py,sha256=8PWyD13UA244ESk5YwPcRzvjK3OBAqmhwAwC6E9W4B4,2542
|
|
10
|
-
velbusaio/message.py,sha256=ZFy0iup_DK_so_wZsr2F-3A4AJgQGxf5C3TXjK4BMW0,5047
|
|
11
|
-
velbusaio/module.py,sha256=GmuUthbqlluI8n8HHgTjMsPbzSWWDUa5Y2XPSbJArms,35355
|
|
12
|
-
velbusaio/protocol.py,sha256=sut7jf3IJiJRx59w1EJs0AX4Aa15vrPNgIWJrtQkMjc,8220
|
|
13
|
-
velbusaio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
velbusaio/raw_message.py,sha256=5604X_0Itav6Ts89tXWvXs6sdx_KWRvPvSHjtFjXlMA,4613
|
|
15
|
-
velbusaio/util.py,sha256=eCsGQJ9nuzk_B2skBlv3MsNaMaHDXo1a1qSPjObzXH4,1540
|
|
16
|
-
velbusaio/messages/__init__.py,sha256=7L1ziMh5u5HE62MjzcDRhKVof294puZzKFCbBrqxeqw,5892
|
|
17
|
-
velbusaio/messages/blind_status.py,sha256=3K5JRRn34_N1oQRKNBCkNwWIwhaURYL1ZNZhQZWFnSU,3417
|
|
18
|
-
velbusaio/messages/bus_active.py,sha256=7aSGEASI4WxWZV9HI6P1b_p6wU1UvbJYmT90Hz_I8ls,748
|
|
19
|
-
velbusaio/messages/bus_error_counter_status.py,sha256=GYMAxyIHUZLzse-pzyUgegLMY75ptFLKNP5qADbuNFg,1177
|
|
20
|
-
velbusaio/messages/bus_error_counter_status_request.py,sha256=9Y-yW4Z8FPPbn-ky5JTxGkt6NQg7ISDQVHPaVnm7P4U,702
|
|
21
|
-
velbusaio/messages/bus_off.py,sha256=SUi9lOp8BNwl6aWacjp1TC0xcleTKSQt1sM8yWUoeGg,678
|
|
22
|
-
velbusaio/messages/channel_name_part1.py,sha256=TiziwJb7idwi7YeAxDVGMVrG1VPRrBnCswMZZXA0V4w,2577
|
|
23
|
-
velbusaio/messages/channel_name_part2.py,sha256=YUQFBvSRkft79FSRNGd3-gV2hpiDx11TgyNH65IcG1w,2577
|
|
24
|
-
velbusaio/messages/channel_name_part3.py,sha256=46LiGIwm0HKTwd7CMfKFUv5xjebAK85uQwopAlBEYjY,2578
|
|
25
|
-
velbusaio/messages/channel_name_request.py,sha256=11HK4IDjJOg_K57ssEZ5ZAV-P0y5ysjJVUX_3di3uTk,2363
|
|
26
|
-
velbusaio/messages/clear_led.py,sha256=O5InexnnPpzJcmKBfVVILTtIZ7ojljJ2xn-hRXRP8cM,911
|
|
27
|
-
velbusaio/messages/counter_status.py,sha256=FW1Vaf3U-Mp5Zg--HcBs24Oh739sZ00EocFaeF5Maf4,1239
|
|
28
|
-
velbusaio/messages/counter_status_request.py,sha256=0SeJemPRheX5k1DjZlnvaY0dWhHBVqh4d60kMe8RVxc,918
|
|
29
|
-
velbusaio/messages/cover_down.py,sha256=r1PzvwyhmMF5BiKlxQELBwsdqVqSW_9lPYO0B_4O0WU,2551
|
|
30
|
-
velbusaio/messages/cover_off.py,sha256=a8a1iRQwcEycQQvyjMjRHTeWoSHejjBAJiiQtkzf5SQ,2257
|
|
31
|
-
velbusaio/messages/cover_position.py,sha256=UsBaENP1x61iTQTx8oPTH6GS1iwI8g0xah-b5hnxbwg,1282
|
|
32
|
-
velbusaio/messages/cover_up.py,sha256=-P6Ze1OUDSs-YTqFPV0Tl3_EpCL97OJ2CeFB1ZDsLgk,2546
|
|
33
|
-
velbusaio/messages/dali_device_settings.py,sha256=JeiUGw5oPPQde7buNz0T7euZ-QJVxmtTZF2DYVJxFsM,4855
|
|
34
|
-
velbusaio/messages/dali_device_settings_request.py,sha256=3IqaXOxqidJCJ1FxFMDofaXiX75SCgFcPyOQk0p6L_Q,1461
|
|
35
|
-
velbusaio/messages/dali_dim_value_status.py,sha256=V2Fs8CZNihIi9ZxQs7Bxkt9qCInFXxMZnF6vKhIUCnQ,1044
|
|
36
|
-
velbusaio/messages/dimmer_channel_status.py,sha256=nJ_83uVe0FIiwWmGt7XNXcRYu3ikNUwxOOg5nHzaOPw,2470
|
|
37
|
-
velbusaio/messages/dimmer_status.py,sha256=QwWbVoCLndhymsOcj-jw0scqUuQRU3m6J6q1FwgNgn4,2937
|
|
38
|
-
velbusaio/messages/edge_set_color.py,sha256=enwPshhNrleAQQwc3RobPt5foZ1ynE_74SlBEuzd86w,3305
|
|
39
|
-
velbusaio/messages/edge_set_custom_color.py,sha256=fw4hQTrTxNBb63XLTY9iLFtPYrNh0mAAE28DCxG9h1A,1337
|
|
40
|
-
velbusaio/messages/fast_blinking_led.py,sha256=Q5scu34RQJZ43EDZCR1kJy63gULSWHN5bpKpqo_XOOc,908
|
|
41
|
-
velbusaio/messages/forced_off.py,sha256=QQiwMbVUW6wegyTLrf1daJiS8KggPXZvepGsBU9_FUo,590
|
|
42
|
-
velbusaio/messages/forced_on.py,sha256=tS7dUayO_0Grco5TfiOMWBUOc0CY44w_7FcpU-ZViJU,589
|
|
43
|
-
velbusaio/messages/interface_status_request.py,sha256=2vAbB2Qha3pp1ZLepM8TWJyPkX_6I_lmGBIKxJxfajU,694
|
|
44
|
-
velbusaio/messages/ir_receiver_status.py,sha256=_STATc_X7R4o-uyG5iQyyasyB_Np6ubkNi__5w_IeT0,374
|
|
45
|
-
velbusaio/messages/kwh_status.py,sha256=K4twkBx-XhdmqAhnAZ6xuHX4kiNQuhDQl5JHDnxdlnQ,1413
|
|
46
|
-
velbusaio/messages/light_value_request.py,sha256=sF7YYlbTESEBp05bygcLVpjFpejM9m-N8sbL_hDUPO0,598
|
|
47
|
-
velbusaio/messages/memo_text.py,sha256=yg7Qc4mHWoclMN9Rk6L_lCmh_NjPTdwSvkAYalUY0Vw,1030
|
|
48
|
-
velbusaio/messages/memory_data.py,sha256=ZTf8R8r8LpaBg2KOK8CnQJ8RU6gH2DEWfr7phqY5pjE,1030
|
|
49
|
-
velbusaio/messages/memory_data_block.py,sha256=VdZ3s1f3xRgaMRqbceLgByEjoRPSaDU82BLdGQXUvc8,1044
|
|
50
|
-
velbusaio/messages/memory_dump_request.py,sha256=g8jWuy3IwqG6UvTz2_eVng1e0TAPy8XF3Mt6u0l5GVU,698
|
|
51
|
-
velbusaio/messages/module_status.py,sha256=PLsmTheV-fTGHc5FhrzNXMxvGKP8EeYFjadY07ENOn0,6399
|
|
52
|
-
velbusaio/messages/module_status_request.py,sha256=Iv9Y2UXzPFyz3FiL0yH-o231S5_dOfv9z72AYgEjLjM,960
|
|
53
|
-
velbusaio/messages/module_subtype.py,sha256=aDoXFR6fnVFitPLnB9RNLnR4S_t4MZP1uoMMzg4JfB0,1463
|
|
54
|
-
velbusaio/messages/module_type.py,sha256=2VhKxtPF_8VKPsyWGUvBcwTlxVIxgNnRi5HVYdAAwgU,4115
|
|
55
|
-
velbusaio/messages/module_type_request.py,sha256=v8LBuPG_nxvh2lid9XG254M522PN-zSVezEMCOLrGis,753
|
|
56
|
-
velbusaio/messages/push_button_status.py,sha256=AkhZJ5xhMjWDKidOffLZewIi8qWDTu7q8qt4joNenIw,1553
|
|
57
|
-
velbusaio/messages/raw.py,sha256=m7xaGhDqmvHxy0UzWC4gijAbkqXkNEdfrsKRDKWX1JM,1963
|
|
58
|
-
velbusaio/messages/read_data_block_from_memory.py,sha256=Z3hacc_wHtgkkeA3ZsfJv-1xTIt73M5AKbvggZdZtew,974
|
|
59
|
-
velbusaio/messages/read_data_from_memory.py,sha256=I__kKm8xcoQz6e5DKr8G3w3NnpXfuv0a3Fn_EIg0Tw4,977
|
|
60
|
-
velbusaio/messages/realtime_clock_status_request.py,sha256=KEvcmWlgN4XbpHSA90fg3RFVU2bsNGq6sfugw9IbdTg,607
|
|
61
|
-
velbusaio/messages/receive_buffer_full.py,sha256=dgyzmZ8VxhQk8r4vUs2uWuojut2Akj4IMazkqfDa1e4,857
|
|
62
|
-
velbusaio/messages/receive_ready.py,sha256=f1LdUVcUTG7rj71wCVHgF03zbkIx4CpJKG7zgXIERf4,686
|
|
63
|
-
velbusaio/messages/relay_status.py,sha256=BBJHM54gzbOTAoQ_N8ls3IiJoOIklKFCvBU4odntXvM,2836
|
|
64
|
-
velbusaio/messages/restore_dimmer.py,sha256=Xk3GqthYwqCMc6rPXCCc5EXWoXZWpWrk1r8nevfdfso,1783
|
|
65
|
-
velbusaio/messages/select_program.py,sha256=RHvOvWXC7w8wxMhco0NUDPIMK6r6Q2LCd87Kdnl7hxI,834
|
|
66
|
-
velbusaio/messages/sensor_settings_request.py,sha256=njSYjNTxhNyRKJLP7wexaWHnYiSWbrSlOm_F7myuBdw,818
|
|
67
|
-
velbusaio/messages/sensor_temp_request.py,sha256=R-VNtqqiDbgZjPNfj5nE0_bTuGLD74Zy-FUsrCcyXFI,598
|
|
68
|
-
velbusaio/messages/sensor_temperature.py,sha256=Erh7pIrbxpmurg3x9_di6A6Os_2Sgpid7T6LgHuWQyA,1557
|
|
69
|
-
velbusaio/messages/set_date.py,sha256=aV8qO3kJsIMsLZPwVZB5PKivBVa7YHpottj6sTgUSiM,1459
|
|
70
|
-
velbusaio/messages/set_daylight_saving.py,sha256=bpP4BN-uyFIRt4Y6finaaYBIzI08A5AVsUFJfnpxzkg,1117
|
|
71
|
-
velbusaio/messages/set_dimmer.py,sha256=gS3Bm6BvKj9ZnHDOGwTzrEGukXnoPVkAQCRwLOG-E9Q,1936
|
|
72
|
-
velbusaio/messages/set_led.py,sha256=hNmbmS2hXqTBVfXMWYhyf10-BOvd5ZwimMd74Cyj5PQ,899
|
|
73
|
-
velbusaio/messages/set_realtime_clock.py,sha256=2EVdIKLB0M1syBZyIpD-vxiEJMriqElxnw3cO773Nw4,1308
|
|
74
|
-
velbusaio/messages/set_temperature.py,sha256=PMs_uXWMhggIX0s2ikediwTJ4WSpvrXzahCJ0Ak_hks,958
|
|
75
|
-
velbusaio/messages/slider_status.py,sha256=poNQY8hvdTVqD0qfLxvmp-w3js2MVozTLR657cZOI8o,1393
|
|
76
|
-
velbusaio/messages/slow_blinking_led.py,sha256=a5Kpbx_IAYzOoahkgaqcc61j3ecFjy6fT9Dox6BlUiM,908
|
|
77
|
-
velbusaio/messages/start_relay_blinking_timer.py,sha256=KdTqYxXquPn07_Con_vSfbi7KthdsUv4SwkxJj2MEGk,1297
|
|
78
|
-
velbusaio/messages/start_relay_timer.py,sha256=fhaIJrVOP2MrIpzzlswyENC4XwhS8YOgr4p6rShSYyA,1289
|
|
79
|
-
velbusaio/messages/switch_relay_off.py,sha256=nTE-l9_lpvxneq1txoTrX_C-gJ2aDQ-0czqd8JLwNts,1098
|
|
80
|
-
velbusaio/messages/switch_relay_on.py,sha256=Vj4tjTCrK7CBRJBFnF81fAp0qFWGqX_JAeeioV3x9aE,1097
|
|
81
|
-
velbusaio/messages/switch_to_comfort.py,sha256=9NuqVHwrWLsFUmx2ayra_0oubc5ovKTAawoG44w61h8,790
|
|
82
|
-
velbusaio/messages/switch_to_day.py,sha256=ZqUdZkZDtZsUsZNLj08G3PlJ8jd6H0uos8vdnivPwwg,786
|
|
83
|
-
velbusaio/messages/switch_to_night.py,sha256=FhoKB-a7TWQLm3MsLJ-5ttUNVgT9CIvS-HogrF1MZTg,788
|
|
84
|
-
velbusaio/messages/switch_to_safe.py,sha256=DD8z7QwFU0Z_f2OT9ANjPfu7jLNKktqaID6nUce3K-U,787
|
|
85
|
-
velbusaio/messages/temp_sensor_settings_part1.py,sha256=QDAQDmdpJNWNWRqigtkDzAYmy4lxo7ZtX4CuThwUOb0,604
|
|
86
|
-
velbusaio/messages/temp_sensor_settings_part2.py,sha256=kQBlvVBroETdZjxz-oB6nAJlImbwGBNPhJVArDf26-M,583
|
|
87
|
-
velbusaio/messages/temp_sensor_settings_part3.py,sha256=_HugqJ5wVj84TCBC_4Y3NcdUNVE4SevIW9uskiAKKWs,583
|
|
88
|
-
velbusaio/messages/temp_sensor_settings_part4.py,sha256=GxxW8VttzeYlSgLAdkCFkMvIm5Q_Mzgy10WLgSXKhxA,583
|
|
89
|
-
velbusaio/messages/temp_sensor_settings_request.py,sha256=YSKKGjqAbeBbtmstPg5tCaEbXIRI5i_2NustkXIm7wY,606
|
|
90
|
-
velbusaio/messages/temp_sensor_status.py,sha256=rMHQ3-I9jMWn1fE2xjmaoSRoXfBA4JxccR5XQ92J71w,3827
|
|
91
|
-
velbusaio/messages/temp_set_cooling.py,sha256=9HyGzdcr5R-EoXvem8Ajgx8_12WB7yUYUcvVxZXqT-8,723
|
|
92
|
-
velbusaio/messages/temp_set_heating.py,sha256=F0B1RsQNdq7F25z3Sure6Hobph-HJVglOhK7K-lHQFE,723
|
|
93
|
-
velbusaio/messages/update_led_status.py,sha256=1b4gWqmmtAYUAeaoJdkda_zlW02lLwsIPoXMRGD8OCg,1300
|
|
94
|
-
velbusaio/messages/very_fast_blinking_led.py,sha256=3gB3TYXFFUdna_VaGrfSWGpOpX2iOu_8i5L9qQ2YG1s,912
|
|
95
|
-
velbusaio/messages/write_data_to_memory.py,sha256=2bC-vuv_RK3hGxvKeba1zR405ffj-CkYh3hJ9LVEaME,1038
|
|
96
|
-
velbusaio/messages/write_memory_block.py,sha256=5pP4hCRV7tc5xYxHO_51t-uCYgNtVHiaPic_ZGG2Y9s,1031
|
|
97
|
-
velbusaio/messages/write_module_address_and_serial_number.py,sha256=gU-yAHxICP6LPQX7BRj-WUfiVpTk0sV1CMlXeElAwl4,1596
|
|
98
|
-
velbusaio/moduleprotocol/protocol.json,sha256=zChwegR8Ic_Msw5iVMV_W3kVmSyK5DwYof46wD7l9H8,883766
|
|
99
|
-
velbus_aio-2023.12.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
100
|
-
velbus_aio-2023.12.0.dist-info/METADATA,sha256=nl4xVLuNrlqrwm2OcgO0V1tkXSFJZ31P2QmYgeIvb0Q,3079
|
|
101
|
-
velbus_aio-2023.12.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
102
|
-
velbus_aio-2023.12.0.dist-info/top_level.txt,sha256=W0-lSOwD23mm8FqaIe9vY20fKicBMIdUVjF-zmfxRnY,15
|
|
103
|
-
velbus_aio-2023.12.0.dist-info/RECORD,,
|