pyhausbus 1.0.4__py2.py3-none-any.whl → 1.0.5__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyhausbus/HomeServer.py +0 -1
- {pyhausbus-1.0.4.dist-info → pyhausbus-1.0.5.dist-info}/METADATA +1 -1
- {pyhausbus-1.0.4.dist-info → pyhausbus-1.0.5.dist-info}/RECORD +5 -5
- {pyhausbus-1.0.4.dist-info → pyhausbus-1.0.5.dist-info}/LICENSE +0 -0
- {pyhausbus-1.0.4.dist-info → pyhausbus-1.0.5.dist-info}/WHEEL +0 -0
pyhausbus/HomeServer.py
CHANGED
@@ -46,7 +46,6 @@ class HomeServer(IBusDataListener):
|
|
46
46
|
def getDeviceInstances(self, senderObjectId: int, remoteObjects: RemoteObjects):
|
47
47
|
deviceId = HausBusUtils.getDeviceId(senderObjectId)
|
48
48
|
objectList = remoteObjects.getObjectList()
|
49
|
-
configuration = self.configurations[deviceId];
|
50
49
|
|
51
50
|
result = []
|
52
51
|
for i in range(0, len(objectList), 2):
|
@@ -574,7 +574,7 @@ pyhausbus/de/hausbus/homeassistant/proxy/wiFi/params/EErrorCode.py,sha256=lUH1Yz
|
|
574
574
|
pyhausbus/de/hausbus/homeassistant/proxy/WiFi.py,sha256=WqTClRdTCmVf8na4U5XjEu6ZlSW9NfjtNsnu3HTqM7o,5611
|
575
575
|
pyhausbus/HausBusCommand.py,sha256=VivsMd-m05qErdHTzO_I7_1mE3c44ydETu6G1hJg1Wg,2469
|
576
576
|
pyhausbus/HausBusUtils.py,sha256=UHzb4z5CjUrG1yoTJqvwIL1G_f_TFWV8Zx0xPtSxShg,5112
|
577
|
-
pyhausbus/HomeServer.py,sha256=
|
577
|
+
pyhausbus/HomeServer.py,sha256=S5BR_lzt1YBzkyeDysZ-fWiJnKLa3LpDXajw9MAvUpg,3393
|
578
578
|
pyhausbus/IBusDataListener.py,sha256=brgsrtXHUyUg3RdWLTxOInrNdU30wEcunhOCUPGClyY,151
|
579
579
|
pyhausbus/Main.py,sha256=EckTLyt0sVZlqTQuRm5M7P1oMMwJMlXXkI-JBdVCbEI,4433
|
580
580
|
pyhausbus/ObjectId.py,sha256=V05TWtWqgbksOpxvXonMg9UIUa2cqyZnrMzmhWzRne8,657
|
@@ -633,7 +633,7 @@ pyhausbus/templates/SD6_1E_Multitaster.tpl,sha256=cneNlLhmyE0RSh1BQK5p8Gz2cRbDOF
|
|
633
633
|
pyhausbus/Templates.py,sha256=Fo-xYyKUeEgcOo5hYIUUH3vx5DRnDY9jLnykk16hJQg,5333
|
634
634
|
pyhausbus/UdpReceiveWorker.py,sha256=lQD2O2Rqk3Xvy6Glrlbn1p2n4ZTWW80yxJp3-OsQTcc,2678
|
635
635
|
pyhausbus/WeekTime.py,sha256=o30XyAOEYAQhcWdE2hEX685RNJmo-VCQNPEx1xAFwzk,1287
|
636
|
-
pyhausbus-1.0.
|
637
|
-
pyhausbus-1.0.
|
638
|
-
pyhausbus-1.0.
|
639
|
-
pyhausbus-1.0.
|
636
|
+
pyhausbus-1.0.5.dist-info/LICENSE,sha256=LrguBvqK4LI4RXcja3oOYNPAIB5x5HPUXHRlkTkP5Sg,1094
|
637
|
+
pyhausbus-1.0.5.dist-info/METADATA,sha256=VS83pFqD-ZXUXL5F5RvMvMU_27G2D492yetjHFQCX30,1324
|
638
|
+
pyhausbus-1.0.5.dist-info/WHEEL,sha256=iAMR_6Qh95yyjYIwRxyjpiFq4FhDPemrEV-SyWIQB3U,92
|
639
|
+
pyhausbus-1.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|