-
-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): add additional config parameters to Zooz Zen26 and Zen2…
…7 and update Zen76/77 parameter language (#1564)
- Loading branch information
1 parent
1971df0
commit ab719f2
Showing
12 changed files
with
2,808 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
290 changes: 290 additions & 0 deletions
290
packages/config/config/devices/0x027a/zen26_2.0-2.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,290 @@ | ||
// Zooz ZEN26 | ||
// Z-Wave Plus S2 ON/OFF Switch | ||
{ | ||
"manufacturer": "Zooz", | ||
"manufacturerId": "0x027a", | ||
"label": "ZEN26", | ||
"description": "Z-Wave Plus S2 ON/OFF Switch", | ||
"devices": [ | ||
{ | ||
"productType": "0xa000", | ||
"productId": "0xa001" | ||
} | ||
], | ||
"firmwareVersion": { | ||
"min": "2.0", | ||
"max": "2.1" | ||
}, | ||
"associations": { | ||
"1": { | ||
"label": "Lifeline", | ||
"maxNodes": 1, | ||
"isLifeline": true | ||
}, | ||
"2": { | ||
"label": "On/Off Control", | ||
"maxNodes": 5 | ||
} | ||
}, | ||
"paramInformation": { | ||
"1": { | ||
"label": "Paddle Orientation", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 0, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Top on, bottom off", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Top off, bottom on", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"2": { | ||
"label": "LED Indicator Control", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 3, | ||
"defaultValue": 0, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "LED is on when switch is off", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "LED is on when switch is off", | ||
"value": 1 | ||
}, | ||
{ | ||
"label": "LED is always off", | ||
"value": 2 | ||
}, | ||
{ | ||
"label": "LED is always on", | ||
"value": 3 | ||
} | ||
] | ||
}, | ||
"3": { | ||
"label": "Auto Turn-Off Timer", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 0, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Disabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Enabled", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"4": { | ||
"label": "Auto Turn-Off Timer Duration", | ||
"unit": "minutes", | ||
"valueSize": 4, | ||
"minValue": 1, | ||
"maxValue": 65535, | ||
"defaultValue": 60, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": true | ||
}, | ||
"5": { | ||
"label": "Auto Turn-On Timer", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 0, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Disabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Enabled", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"6": { | ||
"label": "Auto Turn-On Timer Duration", | ||
"unit": "minutes", | ||
"valueSize": 4, | ||
"minValue": 1, | ||
"maxValue": 65535, | ||
"defaultValue": 30, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": true | ||
}, | ||
"7[0x01]": { | ||
"label": "Control Group 2 With Physical Switch", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 1, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Disabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Enabled", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"7[0x02]": { | ||
"label": "Control Group 2 With Connected 3-Way Switch", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 1, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Disabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Enabled", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"7[0x04]": { | ||
"label": "Control Group 2 With Z-Wave Commands", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 1, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Disabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Enabled", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"7[0x08]": { | ||
"label": "Control Group 2 With On/Off Timers", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 1, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Disabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Enabled", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"8": { | ||
"label": "Switch State After Power Failure", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 2, | ||
"defaultValue": 2, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Off", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "On", | ||
"value": 1 | ||
}, | ||
{ | ||
"label": "Previous State", | ||
"value": 2 | ||
} | ||
] | ||
}, | ||
"10": { | ||
"label": "Scene Control", | ||
"description": "Send scene commands to hub on physical paddle presses.", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 1, | ||
"defaultValue": 0, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Disabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Enabled", | ||
"value": 1 | ||
} | ||
] | ||
}, | ||
"11": { | ||
"label": "Enable Local and Z-Wave Control", | ||
"valueSize": 1, | ||
"minValue": 0, | ||
"maxValue": 2, | ||
"defaultValue": 1, | ||
"readOnly": false, | ||
"writeOnly": false, | ||
"allowManualEntry": false, | ||
"options": [ | ||
{ | ||
"label": "Local control disabled, Z-Wave control enabled", | ||
"value": 0 | ||
}, | ||
{ | ||
"label": "Local control and Z-Wave control enabled", | ||
"value": 1 | ||
}, | ||
{ | ||
"label": "Local control and Z-Wave control disabled", | ||
"value": 2 | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.