Rachio Rain Delay Switch Update (#36909)

* Rain Delay Switch Update

* Fix sort

* Update names
This commit is contained in:
Brian Rogers 2020-06-21 09:53:54 -04:00 committed by GitHub
parent efa0e1b2ac
commit f866ff5f2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 2 deletions

View file

@ -30,6 +30,7 @@ KEY_MODEL = "model"
KEY_ON = "on"
KEY_DURATION = "totalDuration"
KEY_RAIN_DELAY = "rainDelayExpirationDate"
KEY_RAIN_DELAY_END = "endTime"
KEY_RAIN_SENSOR_TRIPPED = "rainSensorTripped"
KEY_STATUS = "status"
KEY_SUBTYPE = "subType"