Skip to content

Commit

Permalink
feat(config): add parameter 26 to Inovelli VZW31-SN (#6391)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Griesel <[email protected]>
  • Loading branch information
EnochPrime and AlCalzone authored Oct 12, 2023
1 parent 6cc7142 commit 1c9ea88
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/config/config/devices/0x031e/vzw31-sn.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,27 @@
"label": "Increase Output Power (Non-Neutral)",
"description": "Increase output power when in non-neutral mode. (May cause problems with high level flicker or aux switch detection. Adjust maximum level if you are having problems.)"
},
{
"#": "26",
"$if": "firmwareVersion >= 1.1",
"label": "Dimming Mode",
"valueSize": 1,
// This parameter is actually writable, but Inovelli asked to have it readonly
// to prevent accidental changes that can damage the device:
// https://github.com/zwave-js/node-zwave-js/issues/6273#issuecomment-1714585107
"readOnly": true,
"allowManualEntry": false,
"options": [
{
"label": "Leading edge",
"value": 0
},
{
"label": "Trailing edge",
"value": 1
}
]
},
{
"#": "50",
"label": "Button Delay Time",
Expand Down

0 comments on commit 1c9ea88

Please sign in to comment.