mirror of
https://github.com/Tafkas/fritzbox-munin.git
synced 2023-10-10 11:36:55 +00:00
fixed smart home parsing for Fritz\!OS 7.56
This commit is contained in:
@@ -100,7 +100,7 @@ def getSimplifiedDevices(debug=False):
|
||||
if "holidayActive" in skill:
|
||||
simpleDev["holidayActive" ] = skill["holidayActive"]
|
||||
|
||||
if "temperatureDropDetection" in skill:
|
||||
if "temperatureDropDetection" in skill and "isWindowOpen" in skill["temperatureDropDetection"]:
|
||||
simpleDev["windowOpen" ] = skill["temperatureDropDetection"]["isWindowOpen"]
|
||||
|
||||
if "targetTemp" in skill:
|
||||
|
||||
Reference in New Issue
Block a user