pyhausbus 1.0.0__tar.gz → 1.0.1__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.
Files changed (527) hide show
  1. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/PKG-INFO +4 -1
  2. pyhausbus-1.0.1/pyhausbus/HausBusDevice.py +70 -0
  3. pyhausbus-1.0.1/pyhausbus/HausBusUtils.py +203 -0
  4. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyproject.toml +4 -3
  5. pyhausbus-1.0.0/pyhausbus/HausBusUtils.py +0 -193
  6. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/LICENSE +0 -0
  7. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/README.md +0 -0
  8. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/ABusFeature.py +0 -0
  9. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/BusDataMessage.py +0 -0
  10. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/BusHandler.py +0 -0
  11. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/HausBusCommand.py +0 -0
  12. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/HomeServer.py +0 -0
  13. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/IBusDataListener.py +0 -0
  14. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/Main.py +0 -0
  15. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/ObjectId.py +0 -0
  16. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/ResultWorker.py +0 -0
  17. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/UdpReceiveWorker.py +0 -0
  18. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/WeekTime.py +0 -0
  19. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/_init_.py +0 -0
  20. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/_init_.py +0 -0
  21. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/_init_.py +0 -0
  22. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Controller.py +0 -0
  23. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Counter.py +0 -0
  24. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/CurrentReader.py +0 -0
  25. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/DaliLine.py +0 -0
  26. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/DigitalPort.py +0 -0
  27. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Dimmer.py +0 -0
  28. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Ethernet.py +0 -0
  29. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Feuchtesensor.py +0 -0
  30. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Gateway.py +0 -0
  31. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Helligkeitssensor.py +0 -0
  32. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/IRSensor.py +0 -0
  33. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Led.py +0 -0
  34. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/LogicalButton.py +0 -0
  35. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ModBusMaster.py +0 -0
  36. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ModbusSlave.py +0 -0
  37. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/PCServer.py +0 -0
  38. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/PIDController.py +0 -0
  39. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/PowerMeter.py +0 -0
  40. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ProxyFactory.py +0 -0
  41. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/RFIDReader.py +0 -0
  42. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/RGBDimmer.py +0 -0
  43. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Rollladen.py +0 -0
  44. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Schalter.py +0 -0
  45. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/SnmpAgent.py +0 -0
  46. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/SystemTime.py +0 -0
  47. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Taster.py +0 -0
  48. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Taupunkt.py +0 -0
  49. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/TcpClient.py +0 -0
  50. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Temperatursensor.py +0 -0
  51. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/Wetter.py +0 -0
  52. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/WiFi.py +0 -0
  53. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/_init_.py +0 -0
  54. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/_init_.py +0 -0
  55. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/EnableFeature.py +0 -0
  56. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GenerateRandomDeviceId.py +0 -0
  57. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetConfiguration.py +0 -0
  58. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetModuleId.py +0 -0
  59. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetRemoteObjects.py +0 -0
  60. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetRuleState.py +0 -0
  61. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetSystemVariable.py +0 -0
  62. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetTime.py +0 -0
  63. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetUnitGroupStatus.py +0 -0
  64. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetUnusedMemory.py +0 -0
  65. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/Ping.py +0 -0
  66. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/ReadMemory.py +0 -0
  67. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/ReadRules.py +0 -0
  68. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/Reset.py +0 -0
  69. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetConfiguration.py +0 -0
  70. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetDebugOptions.py +0 -0
  71. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetRuleState.py +0 -0
  72. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetSunTimes.py +0 -0
  73. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetSystemVariable.py +0 -0
  74. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetTime.py +0 -0
  75. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetUnitGroupState.py +0 -0
  76. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/TriggerRuleElement.py +0 -0
  77. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/WriteMemory.py +0 -0
  78. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/WriteRules.py +0 -0
  79. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/_init_.py +0 -0
  80. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Configuration.py +0 -0
  81. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvConsole.py +0 -0
  82. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvDay.py +0 -0
  83. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvError.py +0 -0
  84. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupOff.py +0 -0
  85. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupOn.py +0 -0
  86. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupUndefined.py +0 -0
  87. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvNewDeviceId.py +0 -0
  88. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvNight.py +0 -0
  89. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvResetWifi.py +0 -0
  90. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvStarted.py +0 -0
  91. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvSystemVariableChanged.py +0 -0
  92. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvTime.py +0 -0
  93. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvZeroCrossData.py +0 -0
  94. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/MemoryData.py +0 -0
  95. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/MemoryStatus.py +0 -0
  96. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/ModuleId.py +0 -0
  97. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Pong.py +0 -0
  98. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RemoteObjects.py +0 -0
  99. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RuleState.py +0 -0
  100. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RulesData.py +0 -0
  101. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/SystemVariable.py +0 -0
  102. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Time.py +0 -0
  103. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/TimeDifference.py +0 -0
  104. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/TriggeredRule.py +0 -0
  105. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/UnitGroupStatus.py +0 -0
  106. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/UnusedMemory.py +0 -0
  107. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/_init_.py +0 -0
  108. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EErrorCode.py +0 -0
  109. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EFeatureId.py +0 -0
  110. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EFirmwareId.py +0 -0
  111. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EIndex.py +0 -0
  112. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EReason.py +0 -0
  113. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/ESlotType.py +0 -0
  114. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EStatus.py +0 -0
  115. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EType.py +0 -0
  116. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/MLogicalButtonMask.py +0 -0
  117. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/MOption.py +0 -0
  118. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/_init_.py +0 -0
  119. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/_init_.py +0 -0
  120. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/GetConfiguration.py +0 -0
  121. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/GetStatus.py +0 -0
  122. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/SetConfiguration.py +0 -0
  123. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/SetCount.py +0 -0
  124. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/_init_.py +0 -0
  125. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/Configuration.py +0 -0
  126. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/EvError.py +0 -0
  127. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/EvStatus.py +0 -0
  128. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/Status.py +0 -0
  129. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/_init_.py +0 -0
  130. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/EErrorCode.py +0 -0
  131. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/MMode.py +0 -0
  132. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/_init_.py +0 -0
  133. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/_init_.py +0 -0
  134. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/ClearSignalCount.py +0 -0
  135. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/DecSignalCount.py +0 -0
  136. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetConfiguration.py +0 -0
  137. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetCurrent.py +0 -0
  138. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetPower.py +0 -0
  139. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetSignalCount.py +0 -0
  140. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/IncSignalCount.py +0 -0
  141. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/SetConfiguration.py +0 -0
  142. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/SetSignalCount.py +0 -0
  143. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/_init_.py +0 -0
  144. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Configuration.py +0 -0
  145. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Current.py +0 -0
  146. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvCurrent.py +0 -0
  147. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvDebug.py +0 -0
  148. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvInterrupt.py +0 -0
  149. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvSignal.py +0 -0
  150. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Power.py +0 -0
  151. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/SignalCount.py +0 -0
  152. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/_init_.py +0 -0
  153. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/params/MConfig.py +0 -0
  154. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/params/_init_.py +0 -0
  155. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/_init_.py +0 -0
  156. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/AllOff.py +0 -0
  157. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/AllOn.py +0 -0
  158. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/GetConfiguration.py +0 -0
  159. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/SendCommand.py +0 -0
  160. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/SetConfiguration.py +0 -0
  161. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/_init_.py +0 -0
  162. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/Configuration.py +0 -0
  163. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/EvError.py +0 -0
  164. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/Status.py +0 -0
  165. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/_init_.py +0 -0
  166. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/params/EErrorCode.py +0 -0
  167. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/params/_init_.py +0 -0
  168. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/_init_.py +0 -0
  169. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/GetConfiguration.py +0 -0
  170. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/SetConfiguration.py +0 -0
  171. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/_init_.py +0 -0
  172. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/Configuration.py +0 -0
  173. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/EvError.py +0 -0
  174. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/_init_.py +0 -0
  175. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/EErrorCode.py +0 -0
  176. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/EPin.py +0 -0
  177. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/_init_.py +0 -0
  178. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/_init_.py +0 -0
  179. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/GetConfiguration.py +0 -0
  180. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/GetStatus.py +0 -0
  181. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/SetBrightness.py +0 -0
  182. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/SetConfiguration.py +0 -0
  183. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/Start.py +0 -0
  184. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/Stop.py +0 -0
  185. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/_init_.py +0 -0
  186. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/Configuration.py +0 -0
  187. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvError.py +0 -0
  188. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvOff.py +0 -0
  189. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvOn.py +0 -0
  190. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvStart.py +0 -0
  191. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/Status.py +0 -0
  192. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/_init_.py +0 -0
  193. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EDirection.py +0 -0
  194. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EErrorCode.py +0 -0
  195. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EMode.py +0 -0
  196. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/_init_.py +0 -0
  197. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/_init_.py +0 -0
  198. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/GetConfiguration.py +0 -0
  199. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/GetCurrentIp.py +0 -0
  200. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/SetConfiguration.py +0 -0
  201. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/WakeUpDevice.py +0 -0
  202. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/_init_.py +0 -0
  203. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/Configuration.py +0 -0
  204. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/CurrentIp.py +0 -0
  205. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/EvError.py +0 -0
  206. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/_init_.py +0 -0
  207. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/EErrorCode.py +0 -0
  208. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/MOptions.py +0 -0
  209. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/_init_.py +0 -0
  210. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/_init_.py +0 -0
  211. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/GetConfiguration.py +0 -0
  212. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/GetStatus.py +0 -0
  213. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/SetConfiguration.py +0 -0
  214. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/_init_.py +0 -0
  215. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/Configuration.py +0 -0
  216. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvConfortable.py +0 -0
  217. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvDry.py +0 -0
  218. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvError.py +0 -0
  219. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvStatus.py +0 -0
  220. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvWet.py +0 -0
  221. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/Status.py +0 -0
  222. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/_init_.py +0 -0
  223. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/EErrorCode.py +0 -0
  224. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/ELastEvent.py +0 -0
  225. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/_init_.py +0 -0
  226. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/_init_.py +0 -0
  227. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/CheckBusTiming.py +0 -0
  228. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetBusTiming.py +0 -0
  229. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetConfiguration.py +0 -0
  230. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetConnectedDevices.py +0 -0
  231. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/ResetBusTiming.py +0 -0
  232. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/SetConfiguration.py +0 -0
  233. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/_init_.py +0 -0
  234. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/BusTiming.py +0 -0
  235. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/Configuration.py +0 -0
  236. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/ConnectedDevices.py +0 -0
  237. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/EvError.py +0 -0
  238. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/EvGatewayLoad.py +0 -0
  239. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/_init_.py +0 -0
  240. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/EErrorCode.py +0 -0
  241. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/MOptions.py +0 -0
  242. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/_init_.py +0 -0
  243. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/_init_.py +0 -0
  244. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/GetConfiguration.py +0 -0
  245. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/GetStatus.py +0 -0
  246. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/SetConfiguration.py +0 -0
  247. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/_init_.py +0 -0
  248. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/Configuration.py +0 -0
  249. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvBright.py +0 -0
  250. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvDark.py +0 -0
  251. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvError.py +0 -0
  252. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvLight.py +0 -0
  253. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvStatus.py +0 -0
  254. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/Status.py +0 -0
  255. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/_init_.py +0 -0
  256. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/EErrorCode.py +0 -0
  257. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/ELastEvent.py +0 -0
  258. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/_init_.py +0 -0
  259. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/_init_.py +0 -0
  260. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/Off.py +0 -0
  261. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/On.py +0 -0
  262. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/_init_.py +0 -0
  263. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvClicked.py +0 -0
  264. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvHoldEnd.py +0 -0
  265. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvHoldStart.py +0 -0
  266. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvOff.py +0 -0
  267. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvOn.py +0 -0
  268. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/_init_.py +0 -0
  269. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/_init_.py +0 -0
  270. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/Blink.py +0 -0
  271. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetConfiguration.py +0 -0
  272. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetMinBrightness.py +0 -0
  273. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetStatus.py +0 -0
  274. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/Off.py +0 -0
  275. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/On.py +0 -0
  276. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/SetConfiguration.py +0 -0
  277. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/SetMinBrightness.py +0 -0
  278. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/_init_.py +0 -0
  279. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/Configuration.py +0 -0
  280. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvBlink.py +0 -0
  281. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvCmdDelay.py +0 -0
  282. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvError.py +0 -0
  283. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvOff.py +0 -0
  284. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvOn.py +0 -0
  285. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/MinBrightness.py +0 -0
  286. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/Status.py +0 -0
  287. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/_init_.py +0 -0
  288. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/params/MOptions.py +0 -0
  289. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/led/params/_init_.py +0 -0
  290. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/_init_.py +0 -0
  291. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/Blink.py +0 -0
  292. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetConfiguration.py +0 -0
  293. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetMinBrightness.py +0 -0
  294. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetStatus.py +0 -0
  295. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/Off.py +0 -0
  296. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/On.py +0 -0
  297. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetButtonConfiguration.py +0 -0
  298. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetConfiguration.py +0 -0
  299. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetLedConfiguration.py +0 -0
  300. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetMinBrightness.py +0 -0
  301. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/_init_.py +0 -0
  302. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/Configuration.py +0 -0
  303. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvBlink.py +0 -0
  304. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvError.py +0 -0
  305. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvOff.py +0 -0
  306. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvOn.py +0 -0
  307. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/Status.py +0 -0
  308. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/_init_.py +0 -0
  309. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/EErrorCode.py +0 -0
  310. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/EStatus.py +0 -0
  311. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MEventMask.py +0 -0
  312. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MOptionMask.py +0 -0
  313. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MOptions.py +0 -0
  314. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/_init_.py +0 -0
  315. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/_init_.py +0 -0
  316. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/GetConfiguration.py +0 -0
  317. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/SetConfiguration.py +0 -0
  318. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/_init_.py +0 -0
  319. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/data/Configuration.py +0 -0
  320. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/data/_init_.py +0 -0
  321. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/params/ESensorType.py +0 -0
  322. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/params/_init_.py +0 -0
  323. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/_init_.py +0 -0
  324. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Exec.py +0 -0
  325. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Quit.py +0 -0
  326. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/ReloadUserPlugin.py +0 -0
  327. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Restart.py +0 -0
  328. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/SetVariable.py +0 -0
  329. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Shutdown.py +0 -0
  330. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Standby.py +0 -0
  331. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/_init_.py +0 -0
  332. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/EvOffline.py +0 -0
  333. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/EvOnline.py +0 -0
  334. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/_init_.py +0 -0
  335. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/_init_.py +0 -0
  336. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/Enable.py +0 -0
  337. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/GetConfiguration.py +0 -0
  338. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/SetConfiguration.py +0 -0
  339. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/SetTargetValue.py +0 -0
  340. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/_init_.py +0 -0
  341. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/Configuration.py +0 -0
  342. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvError.py +0 -0
  343. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvOff.py +0 -0
  344. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvOn.py +0 -0
  345. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/_init_.py +0 -0
  346. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/EEnable.py +0 -0
  347. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/EErrorCode.py +0 -0
  348. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/_init_.py +0 -0
  349. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/_init_.py +0 -0
  350. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/GetConfiguration.py +0 -0
  351. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/GetStatus.py +0 -0
  352. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/SetConfiguration.py +0 -0
  353. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/_init_.py +0 -0
  354. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/Configuration.py +0 -0
  355. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvError.py +0 -0
  356. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvHighPower.py +0 -0
  357. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvLowPower.py +0 -0
  358. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvMediumPower.py +0 -0
  359. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvStatus.py +0 -0
  360. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/Status.py +0 -0
  361. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/_init_.py +0 -0
  362. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/EErrorCode.py +0 -0
  363. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/ELastEvent.py +0 -0
  364. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/_init_.py +0 -0
  365. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/_init_.py +0 -0
  366. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetConfiguration.py +0 -0
  367. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetLastData.py +0 -0
  368. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetState.py +0 -0
  369. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/SetConfiguration.py +0 -0
  370. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/_init_.py +0 -0
  371. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/Configuration.py +0 -0
  372. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvConnected.py +0 -0
  373. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvData.py +0 -0
  374. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvError.py +0 -0
  375. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/LastData.py +0 -0
  376. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/State.py +0 -0
  377. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/_init_.py +0 -0
  378. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/EErrorCode.py +0 -0
  379. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/EState.py +0 -0
  380. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/_init_.py +0 -0
  381. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/_init_.py +0 -0
  382. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/GetConfiguration.py +0 -0
  383. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/GetStatus.py +0 -0
  384. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/SetColor.py +0 -0
  385. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/SetConfiguration.py +0 -0
  386. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/_init_.py +0 -0
  387. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/Configuration.py +0 -0
  388. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/EvOff.py +0 -0
  389. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/EvOn.py +0 -0
  390. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/Status.py +0 -0
  391. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/_init_.py +0 -0
  392. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/_init_.py +0 -0
  393. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/GetConfiguration.py +0 -0
  394. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/GetStatus.py +0 -0
  395. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/MoveToPosition.py +0 -0
  396. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/SetConfiguration.py +0 -0
  397. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/SetPosition.py +0 -0
  398. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/Start.py +0 -0
  399. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/Stop.py +0 -0
  400. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/_init_.py +0 -0
  401. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/Configuration.py +0 -0
  402. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvClosed.py +0 -0
  403. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvError.py +0 -0
  404. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvNewMainState.py +0 -0
  405. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvNewSubState.py +0 -0
  406. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvOpen.py +0 -0
  407. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvStart.py +0 -0
  408. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/Status.py +0 -0
  409. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/_init_.py +0 -0
  410. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/EDirection.py +0 -0
  411. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/EErrorCode.py +0 -0
  412. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/ENewState.py +0 -0
  413. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/MOptions.py +0 -0
  414. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/_init_.py +0 -0
  415. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/_init_.py +0 -0
  416. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/GetConfiguration.py +0 -0
  417. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/GetStatus.py +0 -0
  418. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/Off.py +0 -0
  419. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/On.py +0 -0
  420. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/SetConfiguration.py +0 -0
  421. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/Toggle.py +0 -0
  422. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/_init_.py +0 -0
  423. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/Configuration.py +0 -0
  424. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvCmdDelay.py +0 -0
  425. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvDisabled.py +0 -0
  426. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvError.py +0 -0
  427. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvOff.py +0 -0
  428. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvOn.py +0 -0
  429. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvToggle.py +0 -0
  430. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/Status.py +0 -0
  431. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/_init_.py +0 -0
  432. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/EErrorCode.py +0 -0
  433. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/EState.py +0 -0
  434. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/MOptions.py +0 -0
  435. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/_init_.py +0 -0
  436. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/_init_.py +0 -0
  437. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/GetTime.py +0 -0
  438. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/SetTime.py +0 -0
  439. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/_init_.py +0 -0
  440. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/EvError.py +0 -0
  441. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/Time.py +0 -0
  442. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/_init_.py +0 -0
  443. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EDate.py +0 -0
  444. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EErrorCode.py +0 -0
  445. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EMonth.py +0 -0
  446. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EWeekDay.py +0 -0
  447. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/_init_.py +0 -0
  448. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/_init_.py +0 -0
  449. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/EnableEvents.py +0 -0
  450. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetConfiguration.py +0 -0
  451. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetEnabled.py +0 -0
  452. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetStatus.py +0 -0
  453. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/SetConfiguration.py +0 -0
  454. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/_init_.py +0 -0
  455. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Configuration.py +0 -0
  456. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Enabled.py +0 -0
  457. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvClicked.py +0 -0
  458. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvCovered.py +0 -0
  459. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvDoubleClick.py +0 -0
  460. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvEnabled.py +0 -0
  461. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvError.py +0 -0
  462. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvFree.py +0 -0
  463. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvHoldEnd.py +0 -0
  464. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvHoldStart.py +0 -0
  465. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Status.py +0 -0
  466. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/_init_.py +0 -0
  467. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/EEnable.py +0 -0
  468. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/EState.py +0 -0
  469. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/MEventMask.py +0 -0
  470. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/MOptionMask.py +0 -0
  471. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/_init_.py +0 -0
  472. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/_init_.py +0 -0
  473. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/GetConfiguration.py +0 -0
  474. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/GetStatus.py +0 -0
  475. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/SetConfiguration.py +0 -0
  476. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/_init_.py +0 -0
  477. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/Configuration.py +0 -0
  478. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvAbove.py +0 -0
  479. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvError.py +0 -0
  480. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvInRange.py +0 -0
  481. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvLow.py +0 -0
  482. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvStatus.py +0 -0
  483. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/Status.py +0 -0
  484. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/_init_.py +0 -0
  485. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/EErrorCode.py +0 -0
  486. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/ELastEvent.py +0 -0
  487. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/_init_.py +0 -0
  488. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/_init_.py +0 -0
  489. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/AnnounceServer.py +0 -0
  490. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/GetCurrentIp.py +0 -0
  491. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/_init_.py +0 -0
  492. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/CurrentIp.py +0 -0
  493. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/EvWhoIsServer.py +0 -0
  494. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/_init_.py +0 -0
  495. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/_init_.py +0 -0
  496. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/GetConfiguration.py +0 -0
  497. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/GetStatus.py +0 -0
  498. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/SetConfiguration.py +0 -0
  499. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/_init_.py +0 -0
  500. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/Configuration.py +0 -0
  501. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvCold.py +0 -0
  502. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvError.py +0 -0
  503. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvHot.py +0 -0
  504. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvStatus.py +0 -0
  505. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvWarm.py +0 -0
  506. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/Status.py +0 -0
  507. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/_init_.py +0 -0
  508. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/EErrorCode.py +0 -0
  509. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/ELastEvent.py +0 -0
  510. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/_init_.py +0 -0
  511. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/_init_.py +0 -0
  512. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/commands/GetWeather.py +0 -0
  513. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/commands/_init_.py +0 -0
  514. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/data/Weather.py +0 -0
  515. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/data/_init_.py +0 -0
  516. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/_init_.py +0 -0
  517. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/GetConfiguration.py +0 -0
  518. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/GetCurrentIp.py +0 -0
  519. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/SetConfiguration.py +0 -0
  520. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/WakeUpDevice.py +0 -0
  521. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/_init_.py +0 -0
  522. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/Configuration.py +0 -0
  523. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/CurrentIp.py +0 -0
  524. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/EvError.py +0 -0
  525. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/_init_.py +0 -0
  526. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/params/EErrorCode.py +0 -0
  527. {pyhausbus-1.0.0 → pyhausbus-1.0.1}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/params/_init_.py +0 -0
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyhausbus
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Python based library for accessing haus-bus.de modules. Inteded to be used in a Home Assistant integration.
5
+ Home-page: https://haus-bus.secure-stores.de/
5
6
  Author: Hermann Hoeschen
6
7
  Author-email: info@haus-bus.de
7
8
  Classifier: License :: OSI Approved :: MIT License
@@ -18,6 +19,8 @@ Classifier: Programming Language :: Python :: 3.9
18
19
  Classifier: Programming Language :: Python :: 3.10
19
20
  Classifier: Programming Language :: Python :: 3.11
20
21
  Classifier: Programming Language :: Python :: 3.12
22
+ Project-URL: Bug Tracker, https://github.com/hausbus/homeassistant/issues
23
+ Project-URL: Repository, https://github.com/hausbus/homeassistant
21
24
  Description-Content-Type: text/markdown
22
25
 
23
26
  # pyhausbus
@@ -0,0 +1,70 @@
1
+ import logging
2
+
3
+ from pyhausbus.de.hausbus.homeassistant.proxy.controller.params.EFirmwareId import (
4
+ EFirmwareId,
5
+ )
6
+
7
+ LOGGER = logging.getLogger("pyhausbus")
8
+
9
+ device_type_map = {
10
+ EFirmwareId.ESP32: {
11
+ int("0x65", 16): "LAN-RS485 Brückenmodul",
12
+ int("0x18", 16): "6-fach Taster",
13
+ int("0x19", 16): "4-fach Taster",
14
+ int("0x1A", 16): "2-fach Taster",
15
+ int("0x1B", 16): "1-fach Taster",
16
+ int("0x1C", 16): "6-fach Taster Gira",
17
+ int("0x20", 16): "32-fach IO",
18
+ int("0x0C", 16): "16-fach Relais",
19
+ int("0x08", 16): "8-fach Relais",
20
+ int("0x10", 16): "22-fach UP-IO",
21
+ int("0x28", 16): "8-fach Dimmer",
22
+ int("0x30", 16): "2-fach RGB Dimmer",
23
+ int("0x00", 16): "4-fach 0-10V Dimmer",
24
+ int("0x01", 16): "4-fach 1-10V Dimmer",
25
+ },
26
+ EFirmwareId.HBC: {
27
+ int("0x18", 16): "6-fach Taster",
28
+ int("0x19", 16): "4-fach Taster",
29
+ int("0x1A", 16): "2-fach Taster",
30
+ int("0x1B", 16): "1-fach Taster",
31
+ int("0x1C", 16): "6-fach Taster Gira",
32
+ int("0x20", 16): "32-fach IO",
33
+ int("0x0C", 16): "16-fach Relais",
34
+ int("0x08", 16): "8-fach Relais",
35
+ int("0x10", 16): "24-fach UP-IO",
36
+ int("0x28", 16): "8-fach Dimmer",
37
+ int("0x29", 16): "8-fach Dimmer",
38
+ int("0x30", 16): "2-fach RGB Dimmer",
39
+ int("0x00", 16): "4-fach 0-10V Dimmer",
40
+ int("0x01", 16): "4-fach 1-10V Dimmer",
41
+ },
42
+ EFirmwareId.SD485: {
43
+ int("0x28", 16): "24-fach UP-IO",
44
+ int("0x1E", 16): "6-fach Taster",
45
+ int("0x2E", 16): "6-fach Taster",
46
+ int("0x2F", 16): "6-fach Taster",
47
+ int("0x2B", 16): "4-fach 0-10V Dimmer",
48
+ int("0x2C", 16): "4-fach Taster",
49
+ int("0x2D", 16): "4-fach 1-10V Dimmer",
50
+ int("0x2A", 16): "2-fach Taster",
51
+ int("0x29", 16): "1-fach Taster",
52
+ },
53
+ EFirmwareId.AR8: {
54
+ int("0x28", 16): "LAN Brückenmodul",
55
+ int("0x30", 16): "8-fach Relais",
56
+ },
57
+ EFirmwareId.SD6: {
58
+ int("0x14", 16): "Multitaster",
59
+ int("0x1E", 16): "Multitaster",
60
+ },
61
+ }
62
+
63
+
64
+ def get_device_type(firmware_id: EFirmwareId, type_id: int) -> str:
65
+ """Get device type from firmware ID and type ID."""
66
+ firmware_model_id = device_type_map.get(firmware_id, {})
67
+ if len(firmware_model_id) == 0:
68
+ return "Controller"
69
+ else:
70
+ return firmware_model_id.get(type_id, "Controller")
@@ -0,0 +1,203 @@
1
+ import logging
2
+ import time
3
+ import traceback
4
+
5
+ LOGGER = logging.getLogger("pyhausbus")
6
+
7
+ HOMESERVER_DEVICE_ID: int = 9998
8
+ HOMESERVER_OBJECT_ID: int = (HOMESERVER_DEVICE_ID << 16) + (0 << 8) + 1
9
+
10
+ UDP_PORT = 5855
11
+
12
+
13
+ def getObjectId(deviceId: int, classId: int, instanceId: int) -> int:
14
+ return (deviceId << 16) + (classId << 8) + instanceId
15
+
16
+
17
+ def bytesToDWord(data: bytearray, offset) -> int:
18
+ try:
19
+ result = 0
20
+ result += data[offset[0]] & 0xFF
21
+ offset[0] += 1
22
+
23
+ result += (data[offset[0]] & 0xFF) * 256
24
+ offset[0] += 1
25
+
26
+ result += (data[offset[0]] & 0xFF) * 65536
27
+ offset[0] += 1
28
+
29
+ result += (data[offset[0]] & 0xFF) * 16777216
30
+ offset[0] += 1
31
+
32
+ return result
33
+ except Exception as err:
34
+ LOGGER.error(err, exc_info=True, stack_info=True)
35
+ return 0
36
+
37
+
38
+ def bytesToWord(data: bytearray, offset) -> int:
39
+ try:
40
+ result = 0
41
+ result += data[offset[0]] & 0xFF
42
+ offset[0] += 1
43
+
44
+ result += (data[offset[0]] & 0xFF) * 256
45
+ offset[0] += 1
46
+
47
+ return result
48
+ except Exception as err:
49
+ LOGGER.error(err, exc_info=True, stack_info=True)
50
+ return 0
51
+
52
+
53
+ def bytesToInt(data: bytearray, offset) -> int:
54
+ try:
55
+ if len(data) <= offset[0]:
56
+ return 0
57
+ result = data[offset[0]] & 0xFF
58
+ offset[0] += 1
59
+ return result
60
+ except Exception as err:
61
+ LOGGER.error(err, exc_info=True, stack_info=True)
62
+ return 0
63
+
64
+
65
+ def bytesToString(data: bytearray, offset) -> str:
66
+ try:
67
+ result = ""
68
+ for i in range(offset[0], len(data)):
69
+ offset[0] += 1
70
+ if data[i] == 0:
71
+ break
72
+
73
+ result += chr(data[i])
74
+ return result
75
+ except Exception as err:
76
+ LOGGER.error(err, exc_info=True, stack_info=True)
77
+ return ""
78
+
79
+
80
+ def bytesToDebugString(message: bytearray) -> str:
81
+ result = ""
82
+ for byte in message:
83
+ if result != "":
84
+ result = result + ", "
85
+ result = result + hex(byte)
86
+ return result
87
+
88
+
89
+ def getInstanceId(objectId) -> int:
90
+ return (objectId) & 0xFF
91
+
92
+
93
+ def getDeviceId(objectId) -> int:
94
+ return ((objectId >> 24) & 0xFF) * 256 + ((objectId >> 16) & 0xFF)
95
+
96
+
97
+ def getClassId(objectId) -> int:
98
+ return (objectId >> 8) & 0xFF
99
+
100
+
101
+ def formatObjectId(objectId) -> str:
102
+ result = "[DeviceId: " + str(getDeviceId(objectId))
103
+ result += ", ClassId: " + str(getClassId(objectId))
104
+ result += ", Instance: " + str(getInstanceId(objectId)) + "]"
105
+ return result
106
+
107
+
108
+ def getClockIndependMillis():
109
+ return time.perf_counter() * 1000
110
+
111
+
112
+ def setBit(is_set: bool, bit: int, value: int) -> int:
113
+ if is_set:
114
+ value |= 1 << bit
115
+ else:
116
+ value &= ~(1 << bit)
117
+ return value
118
+
119
+
120
+ def isBitSet(bit: int, value: int) -> bool:
121
+ return ((value >> bit) & 1) > 0
122
+
123
+
124
+ def bytesToBlob(data: bytearray, offset) -> bytearray:
125
+ try:
126
+ result = bytearray(len(data) - offset[0])
127
+ result[:] = data[offset[0] :]
128
+ offset[0] = offset[0] + len(data)
129
+ return result
130
+ except Exception as err:
131
+ LOGGER.error(err, exc_info=True, stack_info=True)
132
+ return 0
133
+
134
+
135
+ def dWordToBytes(value: int) -> bytearray:
136
+ result = bytearray(4)
137
+ result[0] = value & 0xFF
138
+ result[1] = (value >> 8) & 0xFF
139
+ result[2] = (value >> 16) & 0xFF
140
+ result[3] = (value >> 24) & 0xFF
141
+ return result
142
+
143
+
144
+ def addWord(value: int, inOutList):
145
+ inOutList.append(value & 0xFF)
146
+ inOutList.append((value >> 8) & 0xFF)
147
+
148
+
149
+ def addDword(value: int, inOutList):
150
+ inOutList.append(value & 0xFF)
151
+ inOutList.append((value >> 8) & 0xFF)
152
+ inOutList.append((value >> 16) & 0xFF)
153
+ inOutList.append((value >> 24) & 0xFF)
154
+
155
+
156
+ def wordToBytes(value: int) -> bytearray:
157
+ result = bytearray(2)
158
+ result[0] = value & 0xFF
159
+ result[1] = (value >> 8) & 0xFF
160
+ return result
161
+
162
+
163
+ def bytesToSInt(data: bytearray, offset) -> int:
164
+ result = data[offset[0]] & 0xFF
165
+ offset[0] += 1
166
+ if result > 127:
167
+ result -= 256
168
+ return result
169
+
170
+
171
+ def formatBytes(
172
+ data: bytearray, offset: int = 0, length: int = -1, asHex: bool = True
173
+ ) -> str:
174
+ if length == -1:
175
+ length = len(data)
176
+
177
+ if data == None:
178
+ return "NULL"
179
+
180
+ result = ""
181
+
182
+ for i in range(offset, length):
183
+ if asHex:
184
+ result += "0x" + hex(data[i])
185
+ else:
186
+ result += data[i] & 0xFF
187
+ return result
188
+
189
+
190
+ def bytesToList(data: bytearray, offset):
191
+ try:
192
+ result = bytearray()
193
+ offsetStart = offset[0]
194
+ for i in range(offsetStart, len(data), 2):
195
+ key = data[i] & 0xFF
196
+ value = data[i + 1] & 0xFF
197
+ result.append(key)
198
+ result.append(value)
199
+ offset[0] += 2
200
+ return result
201
+ except Exception as err:
202
+ LOGGER.error(err, exc_info=True, stack_info=True)
203
+ return bytearray()
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "pyhausbus"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  authors = ["Hermann Hoeschen <info@haus-bus.de>", "Eduard Weis <EdsAppDevelopment@gmail.com>"]
9
9
  description = "Python based library for accessing haus-bus.de modules. Inteded to be used in a Home Assistant integration."
10
10
  readme = "README.md"
@@ -13,7 +13,8 @@ classifiers = [
13
13
  "License :: OSI Approved :: MIT License",
14
14
  "Operating System :: OS Independent",
15
15
  ]
16
+ homepage = "https://haus-bus.secure-stores.de/"
17
+ repository = "https://github.com/hausbus/homeassistant"
16
18
 
17
- [project.urls]
18
- "Homepage" = "https://github.com/hausbus/homeassistant"
19
+ [tool.poetry.urls]
19
20
  "Bug Tracker" = "https://github.com/hausbus/homeassistant/issues"
@@ -1,193 +0,0 @@
1
- import logging
2
- import time
3
- import traceback
4
-
5
- LOGGER = logging.getLogger("pyhausbus")
6
-
7
- HOMESERVER_DEVICE_ID:int = 9998
8
- HOMESERVER_OBJECT_ID:int = (HOMESERVER_DEVICE_ID << 16) + (0 << 8) + 1
9
-
10
- UDP_PORT = 5855
11
-
12
- def getObjectId(deviceId:int, classId:int, instanceId:int) -> int:
13
- return (deviceId << 16) + (classId << 8) + instanceId
14
-
15
- def bytesToDWord(data:bytearray, offset) -> int:
16
- try:
17
- result = 0
18
- result += (data[offset[0]] & 0xff)
19
- offset[0] += 1
20
-
21
- result += (data[offset[0]] & 0xff) * 256
22
- offset[0] += 1
23
-
24
- result += (data[offset[0]] & 0xff) * 65536
25
- offset[0] += 1
26
-
27
- result += (data[offset[0]] & 0xff) * 16777216
28
- offset[0] += 1
29
-
30
- return result
31
- except (Exception) as err:
32
- LOGGER.error(err,exc_info=True,stack_info=True)
33
- return 0
34
-
35
-
36
- def bytesToWord(data:bytearray, offset) -> int:
37
- try:
38
- result = 0
39
- result += (data[offset[0]] & 0xff)
40
- offset[0] += 1
41
-
42
- result += (data[offset[0]] & 0xff) * 256
43
- offset[0] += 1
44
-
45
- return result
46
- except (Exception) as err:
47
- LOGGER.error(err,exc_info=True,stack_info=True)
48
- return 0
49
-
50
-
51
- def bytesToInt(data:bytearray, offset) -> int:
52
- try:
53
- if (len(data)<=offset[0]):
54
- return 0
55
- result = data[offset[0]] & 0xff
56
- offset[0] += 1
57
- return result
58
- except (Exception) as err:
59
- LOGGER.error(err,exc_info=True,stack_info=True)
60
- return 0
61
-
62
-
63
- def bytesToString(data:bytearray, offset) -> str:
64
- try:
65
- result = ""
66
- for i in range(offset[0], len(data)):
67
- offset[0] += 1
68
- if (data[i] == 0):
69
- break
70
-
71
- result += chr(data[i])
72
- return result
73
- except (Exception) as err:
74
- LOGGER.error(err,exc_info=True,stack_info=True)
75
- return ""
76
-
77
-
78
- def bytesToDebugString(message:bytearray) -> str:
79
- result = ""
80
- for byte in message:
81
- if (result != ""):
82
- result = result + ", "
83
- result = result + hex(byte)
84
- return result
85
-
86
-
87
- def getInstanceId(objectId) -> int:
88
- return (objectId) & 0xff
89
-
90
-
91
- def getDeviceId(objectId) -> int:
92
- return ((objectId >> 24) & 0xff) * 256 + ((objectId >> 16) & 0xff)
93
-
94
-
95
- def getClassId(objectId) -> int:
96
- return (objectId >> 8) & 0xff
97
-
98
-
99
- def formatObjectId(objectId) -> str:
100
- result = "[DeviceId: " + str(getDeviceId(objectId))
101
- result += ", ClassId: " + str(getClassId(objectId))
102
- result += ", Instance: " + str(getInstanceId(objectId)) + "]"
103
- return result
104
-
105
-
106
- def getClockIndependMillis():
107
- return time.perf_counter() * 1000
108
-
109
-
110
- def setBit(is_set: bool, bit: int, value: int) -> int:
111
- if is_set:
112
- value |= (1 << bit)
113
- else:
114
- value &= ~(1 << bit)
115
- return value
116
-
117
-
118
- def isBitSet(bit:int, value:int) -> bool:
119
- return ((value >> bit) & 1) > 0
120
-
121
-
122
- def bytesToBlob(data:bytearray, offset) -> bytearray:
123
- try:
124
- result = bytearray(len(data) - offset[0])
125
- result[:] = data[offset[0]:]
126
- offset[0]=offset[0]+len(data)
127
- return result
128
- except (Exception) as err:
129
- LOGGER.error(err,exc_info=True,stack_info=True)
130
- return 0
131
-
132
- def dWordToBytes(value: int) -> bytearray:
133
- result = bytearray(4)
134
- result[0] = value & 0xff
135
- result[1] = (value >> 8) & 0xff
136
- result[2] = (value >> 16) & 0xff
137
- result[3] = (value >> 24) & 0xff
138
- return result
139
-
140
-
141
- def addWord(value: int, inOutList):
142
- inOutList.append(value & 0xff)
143
- inOutList.append((value >> 8) & 0xff)
144
-
145
- def addDword(value: int, inOutList):
146
- inOutList.append(value & 0xff)
147
- inOutList.append((value >> 8) & 0xff)
148
- inOutList.append((value >> 16) & 0xff)
149
- inOutList.append((value >> 24) & 0xff)
150
-
151
- def wordToBytes(value: int) -> bytearray:
152
- result = bytearray(2)
153
- result[0] = value & 0xff
154
- result[1] = (value >> 8) & 0xff
155
- return result
156
-
157
- def bytesToSInt(data:bytearray, offset) -> int:
158
- result = data[offset[0]] & 0xff
159
- offset[0]+=1
160
- if (result > 127):
161
- result -= 256
162
- return result
163
-
164
- def formatBytes(data:bytearray, offset:int=0, length:int=-1, asHex:bool=True) -> str:
165
- if (length==-1):
166
- length=len(data)
167
-
168
- if (data == None):
169
- return "NULL"
170
-
171
- result=""
172
-
173
- for i in range (offset,length):
174
- if (asHex):
175
- result+="0x"+hex(data[i])
176
- else:
177
- result+=data[i] & 0xff
178
- return result
179
-
180
- def bytesToList(data:bytearray, offset):
181
- try:
182
- result = bytearray()
183
- offsetStart = offset[0]
184
- for i in range (offsetStart,len(data),2):
185
- key = data[i] & 0xff
186
- value = data[i + 1] & 0xff
187
- result.append(key)
188
- result.append(value)
189
- offset[0]+=2
190
- return result
191
- except (Exception) as err:
192
- LOGGER.error(err,exc_info=True,stack_info=True)
193
- return bytearray()
File without changes
File without changes
File without changes