Skip to content

Commit

Permalink
Update domoticz.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Feb 5, 2024
1 parent c7bfb3d commit ffd8fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/domoticz.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def getAog(device, user_id=None):
aog.customData['acknowledge'] = ack
chkState = desc.get('check_state', True)
if not chkState:
aog.customData['check_State'] = chkState
aog.customData['check_state'] = chkState
repState = desc.get('report_state', True)
if not repState:
aog.willReportState = repState
Expand Down

0 comments on commit ffd8fd7

Please sign in to comment.