Capability irrigationController

There’s quite a few sprinklers that people have integrated with ST out there. I hope that this is added to the list of capabilities so everyone can standardize the definition. Plagiarized from [Rachio’s][1] topic:
[1]:Rachio Iro Smart Irrigation Controller Integration

capability.irrigationController

Attributes:
zones
scheduleRules
controllerStatus - [“online”,“offline”]
name
wateringStatus

Commands:
startZone(string)
rainDelay(number)
stop()
startScheduleRule(string)
skipScheduleRule(string)
pause()
resume()

3 Likes

Can you please provide datatypes, example values, and/or distinct enumerated values for each proposed Attribute? Thanks!