adding ne alarm subtype to the boolean output
This commit is contained in:
parent
98a1538167
commit
d6f33a873c
3 changed files with 7 additions and 2 deletions
|
|
@ -63,6 +63,11 @@ const subtypes = [
|
|||
key: quack.BooleanOutputSubtype.BOOLEAN_OUTPUT_SUBTYPE_EXHAUST_FAN,
|
||||
value: "BOOLEAN_OUTPUT_SUBTYPE_FAN",
|
||||
friendlyName: "Exhaust Fan"
|
||||
} as Subtype,
|
||||
{
|
||||
key: quack.BooleanOutputSubtype.BOOLEAN_OUTPUT_SUBTYPE_ALARM,
|
||||
value: "BOOLEAN_OUTPUT_SUBTYPE_ALARM",
|
||||
friendlyName: "Alarm"
|
||||
} as Subtype
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue