velbus-aio 2024.7.6__py3-none-any.whl → 2024.11.0__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.6.dist-info → velbus_aio-2024.11.0.dist-info}/METADATA +17 -5
- velbus_aio-2024.11.0.dist-info/RECORD +183 -0
- {velbus_aio-2024.7.6.dist-info → velbus_aio-2024.11.0.dist-info}/WHEEL +1 -1
- velbusaio/channels.py +16 -4
- velbusaio/command_registry.py +7 -5
- velbusaio/const.py +1 -1
- velbusaio/controller.py +8 -5
- velbusaio/handler.py +87 -61
- velbusaio/messages/__init__.py +2 -2
- velbusaio/messages/blind_status.py +1 -1
- velbusaio/messages/channel_name_part1.py +1 -0
- velbusaio/messages/channel_name_part2.py +1 -0
- velbusaio/messages/channel_name_part3.py +1 -0
- velbusaio/messages/cover_down.py +1 -1
- velbusaio/messages/cover_off.py +1 -1
- velbusaio/messages/cover_position.py +1 -1
- velbusaio/messages/cover_up.py +1 -1
- velbusaio/messages/edge_set_color.py +1 -0
- velbusaio/module.py +77 -29
- velbusaio/module_spec/01.json +50 -0
- velbusaio/module_spec/02.json +11 -0
- velbusaio/module_spec/03.json +18 -0
- velbusaio/module_spec/05.json +42 -0
- velbusaio/module_spec/06.json +105 -0
- velbusaio/module_spec/07.json +11 -0
- velbusaio/module_spec/08.json +30 -0
- velbusaio/module_spec/09.json +24 -0
- velbusaio/module_spec/0A.json +46 -0
- velbusaio/module_spec/0B.json +46 -0
- velbusaio/module_spec/0C.json +13 -0
- velbusaio/module_spec/0E.json +25 -0
- velbusaio/module_spec/0F.json +11 -0
- velbusaio/module_spec/10.json +104 -0
- velbusaio/module_spec/11.json +104 -0
- velbusaio/module_spec/12.json +67 -0
- velbusaio/module_spec/13.json +4 -0
- velbusaio/module_spec/14.json +11 -0
- velbusaio/module_spec/15.json +80 -0
- velbusaio/module_spec/16.json +119 -0
- velbusaio/module_spec/17.json +119 -0
- velbusaio/module_spec/18.json +119 -0
- velbusaio/module_spec/1A.json +73 -0
- velbusaio/module_spec/1B.json +100 -0
- velbusaio/module_spec/1D.json +83 -0
- velbusaio/module_spec/1E.json +295 -0
- velbusaio/module_spec/1F.json +167 -0
- velbusaio/module_spec/20.json +167 -0
- velbusaio/module_spec/21.json +291 -0
- velbusaio/module_spec/22.json +330 -0
- velbusaio/module_spec/23.json +129 -0
- velbusaio/module_spec/25.json +3 -0
- velbusaio/module_spec/28.json +419 -0
- velbusaio/module_spec/29.json +228 -0
- velbusaio/module_spec/2A.json +239 -0
- velbusaio/module_spec/2B.json +239 -0
- velbusaio/module_spec/2C.json +257 -0
- velbusaio/module_spec/2D.json +295 -0
- velbusaio/module_spec/2E.json +212 -0
- velbusaio/module_spec/2F.json +208 -0
- velbusaio/module_spec/30.json +46 -0
- velbusaio/module_spec/31.json +465 -0
- velbusaio/module_spec/32.json +365 -0
- velbusaio/module_spec/33.json +239 -0
- velbusaio/module_spec/34.json +157 -0
- velbusaio/module_spec/35.json +157 -0
- velbusaio/module_spec/36.json +157 -0
- velbusaio/module_spec/37.json +297 -0
- velbusaio/module_spec/38.json +102 -0
- velbusaio/module_spec/39.json +4 -0
- velbusaio/module_spec/3A.json +295 -0
- velbusaio/module_spec/3B.json +295 -0
- velbusaio/module_spec/3C.json +295 -0
- velbusaio/module_spec/3D.json +419 -0
- velbusaio/module_spec/3E.json +295 -0
- velbusaio/module_spec/3F.json +4 -0
- velbusaio/module_spec/40.json +4 -0
- velbusaio/module_spec/41.json +233 -0
- velbusaio/module_spec/42.json +4 -0
- velbusaio/module_spec/43.json +11 -0
- velbusaio/module_spec/44.json +26 -0
- velbusaio/module_spec/45.json +4 -0
- velbusaio/module_spec/48.json +104 -0
- velbusaio/module_spec/49.json +104 -0
- velbusaio/module_spec/4A.json +83 -0
- velbusaio/module_spec/4B.json +126 -0
- velbusaio/module_spec/4C.json +119 -0
- velbusaio/module_spec/4D.json +108 -0
- velbusaio/module_spec/4E.json +451 -0
- velbusaio/module_spec/4F.json +89 -0
- velbusaio/module_spec/50.json +89 -0
- velbusaio/module_spec/51.json +89 -0
- velbusaio/module_spec/52.json +189 -0
- velbusaio/module_spec/54.json +4 -0
- velbusaio/module_spec/55.json +4 -0
- velbusaio/module_spec/56.json +4 -0
- velbusaio/module_spec/57.json +222 -0
- velbusaio/module_spec/5A.json +4 -0
- velbusaio/module_spec/5C.json +87 -0
- velbusaio/module_spec/5F.json +66 -0
- velbusaio/module_spec/broadcast.json +67 -0
- velbusaio/protocol.py +1 -1
- velbus_aio-2024.7.6.dist-info/RECORD +0 -103
- velbusaio/protocol.json +0 -10194
- {velbus_aio-2024.7.6.dist-info → velbus_aio-2024.11.0.dist-info}/LICENSE +0 -0
- {velbus_aio-2024.7.6.dist-info → velbus_aio-2024.11.0.dist-info}/top_level.txt +0 -0
|
File without changes
|
|
File without changes
|