Enumeration to define freeze stat options. Possible values are:
Enumeration | Description |
---|---|
No_freeze_stat |
No freeze stat. |
Hardwired_to_equipment |
Freeze stat only hardwired to the equipment, no sequence needed. |
Hardwired_to_BAS |
Freeze stat hardwired to the equipment and the BAS. |
type FreezeStat = enumeration(No_freeze_stat "No freeze stat", Hardwired_to_equipment "Freeze stat only hardwired to the equipment", Hardwired_to_BAS "Freeze stat hardwired to the equipment and the BAS");