packageOperationModes
Zone group operating modes
Information
This package provides constants for indicating different system operation modes.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | coolDown | 2 | Cool-down |
| Integer | freezeProtection | 6 | Freeze protection |
| Integer | occupied | 1 | Occupied |
| Integer | setBack | 5 | Set-back |
| Integer | setUp | 3 | Set-up |
| Integer | unoccupied | 7 | Unoccupied |
| Integer | warmUp | 4 | Warm-up |
Revisions
-
July 17, 2017, by Michael Wetter:
Reordered constants because the filepackage.orderhas the constants listed alphabetically.
This is for issue 802. -
July 1, 2017, by Jianjun Hu:
First implementation.