pyhausbus 1.0.3__tar.gz → 1.0.5__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.
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/PKG-INFO +1 -1
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/HomeServer.py +0 -9
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyproject.toml +1 -1
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/LICENSE +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/README.md +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/ABusFeature.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/BusDataMessage.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/BusHandler.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/HausBusCommand.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/HausBusUtils.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/IBusDataListener.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/Main.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/ObjectId.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/ResultWorker.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/Templates.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/UdpReceiveWorker.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/WeekTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/AnalogEingang.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Controller.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Counter.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/CurrentReader.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/DaliLine.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/DigitalPort.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Dimmer.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Drucksensor.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Ethernet.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Feuchtesensor.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Gateway.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Helligkeitssensor.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/IRSensor.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Led.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/LogicalButton.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ModBusMaster.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ModbusSlave.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/PCA9555.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/PCServer.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/PIDController.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/PT1000.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/PowerMeter.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ProxyFactory.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/RFIDReader.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/RGBDimmer.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Rollladen.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Schalter.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/SnmpAgent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/SystemTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Taster.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Taupunkt.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/TcpClient.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Temperatursensor.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Wetter.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/WiFi.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/data/EvHigh.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/data/EvInRange.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/data/EvLow.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/EnableFeature.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GenerateRandomDeviceId.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetModuleId.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetRemoteObjects.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetRuleState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetSystemVariable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetUnitGroupStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/GetUnusedMemory.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/Ping.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/ReadMemory.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/ReadRules.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/Reset.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/ResetOneWireManager.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetDebugOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetRuleState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetSunTimes.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetSystemVariable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/SetUnitGroupState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/TriggerRuleElement.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/WriteMemory.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/WriteRules.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvConsole.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvDay.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvGroupUndefined.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvNewDeviceId.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvNight.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvResetWifi.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvStarted.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvSystemVariableChanged.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/EvZeroCrossData.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/MemoryData.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/MemoryStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/ModuleId.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Pong.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RemoteObjects.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RuleState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/RulesData.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/SystemVariable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Time.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/TimeDifference.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/TriggeredRule.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/UnitGroupStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/UnusedMemory.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EFeatureId.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EFirmwareId.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EIndex.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EReason.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/ESlotType.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/EType.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/MLogicalButtonMask.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/MOption.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/SetCount.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/MMode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/ClearSignalCount.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/DecSignalCount.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetCurrent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetPower.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/GetSignalCount.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/IncSignalCount.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/SetSignalCount.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Current.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvCurrent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvDebug.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvInterrupt.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/EvSignal.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/Power.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/SignalCount.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/params/MConfig.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/AllOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/AllOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/SendCommand.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/EPin.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/SetBrightness.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/Start.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/Stop.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/EvStart.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EDirection.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/EMode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/data/EvHigh.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/data/EvInRange.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/data/EvLow.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/drucksensor/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/GetCurrentIp.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/WakeUpDevice.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/CurrentIp.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/MOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ethernet/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvConfortable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvDry.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/EvWet.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/feuchtesensor/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetConnectedDevices.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/GetMinIdleTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/SetMinIdleTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/SetPreferLoxone.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/ConnectedDevices.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/EvGatewayLoad.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/MinIdleTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/EValue.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/MOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/gateway/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvBright.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvDark.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvLight.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/helligkeitssensor/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/Off.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/On.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvClicked.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvHoldEnd.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvHoldStart.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/EvOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/iRSensor/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/Blink.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetMinBrightness.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/Off.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/On.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/SetMinBrightness.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvBlink.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvCmdDelay.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/EvOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/MinBrightness.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/params/MOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/led/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/Blink.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetMinBrightness.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/Off.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/On.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetButtonConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetLedConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/SetMinBrightness.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvBlink.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/EvOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/EStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MEventMask.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MOptionMask.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/MOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/logicalButton/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/params/ESensorType.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/modBusMaster/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCA9555/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCA9555/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCA9555/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCA9555/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCA9555/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Exec.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Quit.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/ReloadUserPlugin.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Restart.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/SetVariable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Shutdown.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/Standby.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/EvOffline.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/EvOnline.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pCServer/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/Enable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/SetTargetValue.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/EvOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/EEnable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/MOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pIDController/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/EvHigh.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/EvInRange.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/EvLow.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/pT1000/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvHighPower.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvLowPower.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvMediumPower.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/powerMeter/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetLastData.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/GetState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvConnected.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvData.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/LastData.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/State.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/EState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rFIDReader/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/SetColor.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/EvOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/EvOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rGBDimmer/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/MoveToPosition.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/SetPosition.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/Start.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/Stop.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvClosed.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvNewMainState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvNewSubState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvOpen.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/EvStart.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/EDirection.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/ENewState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/MOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/rollladen/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/Off.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/On.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/Toggle.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/ToggleByDuty.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvCmdDelay.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvDisabled.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvOff.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvOn.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/EvToggle.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/EState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/MOptions.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/schalter/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/GetTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/SetTime.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/Time.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EDate.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EMonth.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/EWeekDay.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/systemTime/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/EnableEvents.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetEnabled.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/TriggerStatusEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Enabled.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvClicked.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvCovered.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvDoubleClick.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvEnabled.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvFree.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvHoldEnd.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/EvHoldStart.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/EEnable.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/EState.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/MEventMask.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/MOptionMask.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taster/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvAbove.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvInRange.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvLow.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/taupunkt/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/AnnounceServer.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/GetCurrentIp.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/CurrentIp.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/EvWhoIsServer.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/tcpClient/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/GetStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvCold.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvHot.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvStatus.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/EvWarm.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/Status.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/ELastEvent.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/temperatursensor/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/commands/GetWeather.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/data/Weather.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wetter/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/GetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/GetCurrentIp.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/SetConfiguration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/WakeUpDevice.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/commands/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/Configuration.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/CurrentIp.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/EvError.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/data/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/params/EErrorCode.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/wiFi/params/_init_.py +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/AR8_30_8-fach-Relaismodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32C3_69_WLAN-Steckdose.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_00_4-fach-0-10V-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_01_4-fach-1-10V-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_04_4-fach-Relaismodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_08_8-fach-Relaismodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_0A_12-fach-Relaismodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_0C_16-fach-Relaismodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_0D_8-fach-Motormodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_10_22-fach-UP-IO.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_18_6-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_19_4-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_1A_2-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_1B_1-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_1C_6-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_20_32-fach-IO.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_28_8-fach-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_30_2-fach-RGB-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_31_2-fach-RGB-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_65_LAN-RS485-Brueckenmodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/ESP32_99_LocalBroadcastDevice.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/FckmMapping.def +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_00_4-fach-0-10V-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_01_4-fach-1-10V-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_08_8-fach-Relaismodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_0C_16-fach-Relaismodul.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_10_24-fach-UP-IO.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_18_6-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_19_4-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_1A_2-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_1B_1-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_1C_6-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_1D_4-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_1E_2-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_1F_1-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_20_32-fach-IO.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_29_8-fach-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/HBC_30_2-fach-RGB-Dimmer.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/LoxoneHausBusMapping.txt +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/LoxoneModuleMapping.txt +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD485_1E_6-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD485_28_24-fach-UP-IO.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD485_29_1-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD485_2A_2-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD485_2C_4-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD485_2E_6-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD485_2F_6-fach-Taster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD6_14_Multitaster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/SD6_1E_Multitaster.tpl +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/classMapping.def +0 -0
- {pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/templates/deviceTypes.def +0 -0
@@ -21,8 +21,6 @@ from pyhausbus.ResultWorker import ResultWorker
|
|
21
21
|
class HomeServer(IBusDataListener):
|
22
22
|
_instance = None
|
23
23
|
bushandler = None
|
24
|
-
modulesIds = {}
|
25
|
-
configurations = {}
|
26
24
|
|
27
25
|
def __new__(cls, *args, **kwargs):
|
28
26
|
if not cls._instance:
|
@@ -48,8 +46,6 @@ class HomeServer(IBusDataListener):
|
|
48
46
|
def getDeviceInstances(self, senderObjectId: int, remoteObjects: RemoteObjects):
|
49
47
|
deviceId = HausBusUtils.getDeviceId(senderObjectId)
|
50
48
|
objectList = remoteObjects.getObjectList()
|
51
|
-
moduleId = self.modulesIds[deviceId];
|
52
|
-
configuration = self.configurations[deviceId];
|
53
49
|
|
54
50
|
result = []
|
55
51
|
for i in range(0, len(objectList), 2):
|
@@ -57,15 +53,12 @@ class HomeServer(IBusDataListener):
|
|
57
53
|
classId = objectList[i + 1]
|
58
54
|
className = ProxyFactory.getBusClassNameForClass(classId)
|
59
55
|
objectId = HausBusUtils.getObjectId(deviceId, classId, instanceId)
|
60
|
-
featureName = Templates.get_instance().get_feature_name_from_template(moduleId.getFirmwareId(), configuration.getFCKE(), classId, instanceId);
|
61
56
|
|
62
57
|
try:
|
63
58
|
module_name, class_name = className.rsplit(".", 1)
|
64
59
|
module = importlib.import_module(className)
|
65
60
|
cls = getattr(module, class_name)
|
66
61
|
obj = cls(objectId)
|
67
|
-
if featureName!=None:
|
68
|
-
obj.setName(featureName)
|
69
62
|
result.append(obj)
|
70
63
|
except Exception as err:
|
71
64
|
LOGGER.error(err,exc_info=True, stack_info=True)
|
@@ -74,11 +67,9 @@ class HomeServer(IBusDataListener):
|
|
74
67
|
def busDataReceived(self, busDataMessage):
|
75
68
|
"""if a device restarts during runtime, we automatically read moduleId"""
|
76
69
|
if isinstance(busDataMessage.getData(), ModuleId):
|
77
|
-
self.modulesIds[HausBusUtils.getDeviceId(busDataMessage.getSenderObjectId())]=busDataMessage.getData();
|
78
70
|
Controller(busDataMessage.getSenderObjectId()).getConfiguration()
|
79
71
|
|
80
72
|
if isinstance(busDataMessage.getData(), Configuration):
|
81
|
-
self.configurations[HausBusUtils.getDeviceId(busDataMessage.getSenderObjectId())]=busDataMessage.getData();
|
82
73
|
Controller(busDataMessage.getSenderObjectId()).getRemoteObjects()
|
83
74
|
|
84
75
|
""" if a device restarts during runtime, we automatically read moduleId"""
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
4
4
|
|
5
5
|
[tool.poetry]
|
6
6
|
name = "pyhausbus"
|
7
|
-
version = "1.0.
|
7
|
+
version = "1.0.5"
|
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"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/AnalogEingang.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/CurrentReader.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Feuchtesensor.py
RENAMED
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Helligkeitssensor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/LogicalButton.py
RENAMED
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ModBusMaster.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/PIDController.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/ProxyFactory.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/Temperatursensor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/analogEingang/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Pong.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/controller/data/Time.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/EvError.py
RENAMED
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/Status.py
RENAMED
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/data/_init_.py
RENAMED
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/counter/params/MMode.py
RENAMED
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/currentReader/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/Status.py
RENAMED
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/daliLine/data/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/digitalPort/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pyhausbus-1.0.3 → pyhausbus-1.0.5}/pyhausbus/de/hausbus/homeassistant/proxy/dimmer/_init_.py
RENAMED
File without changes
|
File without changes
|
File without changes
|