-
Notifications
You must be signed in to change notification settings - Fork 2
Valve
Martin Patfield edited this page May 31, 2026
·
2 revisions
| Field | Required | Description |
|---|---|---|
valveType |
No | One of GENERIC_VALVE (default), IRRIGATION, SHOWER_HEAD, WATER_FAUCET
|
minimumDuration |
No | Minimum number of minutes in the 'Default Run Time' setting |
maximumDuration |
No | Maximum number of minutes in the 'Default Run Time' setting |
simulateDuration |
No | If true, uses an internal timer to calculate RemainingDuration
|
topicGetValveActive |
Yes | Get whether or not the valve is active |
topicSetValveActive |
Yes | Set whether or not the valve is active |
topicGetValveInUse |
Yes | Get whether or not the valve is in use |
topicGetStatusFault |
No | Get whether or not there is a fault |
topicGetValveIsConfigured |
No | Get whether the valve is configured |
topicSetValveIsConfigured |
No | Set whether the valve is configured |
topicGetValveSetDuration |
No | Get the set duration in seconds |
topicSetValveSetDuration |
No | Set the set duration in seconds |
topicGetValveRemainingDuration |
No | Get the time remaining in seconds |
valueActive |
Yes | Valve is active |
valueInactive |
Yes | Valve is not active |
valueInUse |
Yes | Valve is in use |
valueConfigured |
No | Valve is configured |
valueNotConfigured |
No | Valve is not configured |
valueFault |
No | Valve has a fault |