velbus-aio 2024.7.5__py3-none-any.whl → 2024.10.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.

Files changed (96) hide show
  1. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/METADATA +8 -5
  2. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/RECORD +95 -15
  3. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/WHEEL +1 -1
  4. velbusaio/channels.py +2 -2
  5. velbusaio/command_registry.py +6 -5
  6. velbusaio/const.py +1 -1
  7. velbusaio/controller.py +8 -5
  8. velbusaio/handler.py +73 -59
  9. velbusaio/messages/__init__.py +2 -2
  10. velbusaio/messages/edge_set_color.py +1 -0
  11. velbusaio/module.py +47 -29
  12. velbusaio/module_spec/01.json +50 -0
  13. velbusaio/module_spec/02.json +11 -0
  14. velbusaio/module_spec/03.json +18 -0
  15. velbusaio/module_spec/05.json +36 -0
  16. velbusaio/module_spec/06.json +101 -0
  17. velbusaio/module_spec/07.json +11 -0
  18. velbusaio/module_spec/08.json +26 -0
  19. velbusaio/module_spec/09.json +24 -0
  20. velbusaio/module_spec/0A.json +46 -0
  21. velbusaio/module_spec/0B.json +46 -0
  22. velbusaio/module_spec/0C.json +13 -0
  23. velbusaio/module_spec/0E.json +25 -0
  24. velbusaio/module_spec/0F.json +11 -0
  25. velbusaio/module_spec/10.json +100 -0
  26. velbusaio/module_spec/11.json +100 -0
  27. velbusaio/module_spec/12.json +63 -0
  28. velbusaio/module_spec/13.json +4 -0
  29. velbusaio/module_spec/14.json +11 -0
  30. velbusaio/module_spec/15.json +80 -0
  31. velbusaio/module_spec/16.json +119 -0
  32. velbusaio/module_spec/17.json +119 -0
  33. velbusaio/module_spec/18.json +119 -0
  34. velbusaio/module_spec/1A.json +73 -0
  35. velbusaio/module_spec/1B.json +100 -0
  36. velbusaio/module_spec/1D.json +83 -0
  37. velbusaio/module_spec/1E.json +295 -0
  38. velbusaio/module_spec/1F.json +167 -0
  39. velbusaio/module_spec/20.json +167 -0
  40. velbusaio/module_spec/21.json +291 -0
  41. velbusaio/module_spec/22.json +323 -0
  42. velbusaio/module_spec/23.json +129 -0
  43. velbusaio/module_spec/25.json +3 -0
  44. velbusaio/module_spec/28.json +419 -0
  45. velbusaio/module_spec/29.json +228 -0
  46. velbusaio/module_spec/2A.json +239 -0
  47. velbusaio/module_spec/2B.json +239 -0
  48. velbusaio/module_spec/2C.json +257 -0
  49. velbusaio/module_spec/2D.json +295 -0
  50. velbusaio/module_spec/2E.json +212 -0
  51. velbusaio/module_spec/2F.json +208 -0
  52. velbusaio/module_spec/30.json +46 -0
  53. velbusaio/module_spec/31.json +465 -0
  54. velbusaio/module_spec/32.json +357 -0
  55. velbusaio/module_spec/33.json +239 -0
  56. velbusaio/module_spec/34.json +157 -0
  57. velbusaio/module_spec/35.json +157 -0
  58. velbusaio/module_spec/36.json +157 -0
  59. velbusaio/module_spec/37.json +297 -0
  60. velbusaio/module_spec/38.json +102 -0
  61. velbusaio/module_spec/39.json +4 -0
  62. velbusaio/module_spec/3A.json +295 -0
  63. velbusaio/module_spec/3B.json +295 -0
  64. velbusaio/module_spec/3C.json +295 -0
  65. velbusaio/module_spec/3D.json +419 -0
  66. velbusaio/module_spec/3E.json +295 -0
  67. velbusaio/module_spec/3F.json +4 -0
  68. velbusaio/module_spec/40.json +4 -0
  69. velbusaio/module_spec/41.json +233 -0
  70. velbusaio/module_spec/42.json +4 -0
  71. velbusaio/module_spec/43.json +11 -0
  72. velbusaio/module_spec/44.json +26 -0
  73. velbusaio/module_spec/45.json +4 -0
  74. velbusaio/module_spec/48.json +100 -0
  75. velbusaio/module_spec/49.json +100 -0
  76. velbusaio/module_spec/4A.json +4 -0
  77. velbusaio/module_spec/4B.json +118 -0
  78. velbusaio/module_spec/4C.json +119 -0
  79. velbusaio/module_spec/4D.json +108 -0
  80. velbusaio/module_spec/4E.json +443 -0
  81. velbusaio/module_spec/4F.json +89 -0
  82. velbusaio/module_spec/50.json +89 -0
  83. velbusaio/module_spec/51.json +89 -0
  84. velbusaio/module_spec/52.json +189 -0
  85. velbusaio/module_spec/54.json +4 -0
  86. velbusaio/module_spec/55.json +4 -0
  87. velbusaio/module_spec/56.json +4 -0
  88. velbusaio/module_spec/57.json +222 -0
  89. velbusaio/module_spec/5A.json +4 -0
  90. velbusaio/module_spec/5C.json +87 -0
  91. velbusaio/module_spec/5F.json +66 -0
  92. velbusaio/module_spec/broadcast.json +67 -0
  93. velbusaio/protocol.py +1 -1
  94. velbusaio/protocol.json +0 -10194
  95. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/LICENSE +0 -0
  96. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/top_level.txt +0 -0