Skip to content

Commit

Permalink
fix(config): extend version range for Vesternet VES-ZW-DIM-001 (#6636)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Griesel <[email protected]>
  • Loading branch information
martyn-vesternet and AlCalzone authored Jan 25, 2024
1 parent 7bfda37 commit 62e5048
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0330/ves-zw-dim-001.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"firmwareVersion": {
"min": "1.21",
"max": "1.26"
"max": "1.30"
},
"paramInformation": [
{
Expand Down
10 changes: 10 additions & 0 deletions packages/config/config/devices/0x0330/ves-zw-mot-018.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,16 @@
]
}
],
"compat": {
"commandClasses": {
"remove": {
// The device probably has a bugged Window Covering CC implementation
"0x6a": {
"endpoints": "*"
}
}
}
},
"metadata": {
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.\n Step 3. The connected light will stay on solid for 3 seconds to indicate successful inclusion.",
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
Expand Down

0 comments on commit 62e5048

Please sign in to comment.