Skip to content

Commit

Permalink
Merge pull request #30 from RomainGx/patch-1
Browse files Browse the repository at this point in the history
Update tydomMessagehandler to add door opening sensors
  • Loading branch information
mrwiwi authored Mar 31, 2021
2 parents 397b052 + 686a741 commit d4f4ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tydomMessagehandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
deviceLightKeywords = ['level','onFavPos','thermicDefect','battDefect','loadDefect','cmdDefect','onPresenceDetected','onDusk']
deviceLightDetailsKeywords = ['onFavPos','thermicDefect','battDefect','loadDefect','cmdDefect','onPresenceDetected','onDusk']

deviceDoorKeywords = ['openState']
deviceDoorKeywords = ['openState', 'intrusionDetect']
deviceDoorDetailsKeywords = ['onFavPos','thermicDefect','obstacleDefect','intrusion','battDefect']

deviceCoverKeywords = ['position','onFavPos','thermicDefect','obstacleDefect','intrusion','battDefect']
Expand Down

0 comments on commit d4f4ed1

Please sign in to comment.