Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): extend version range for Vesternet VES-ZW-DIM-001 #6636

Merged
merged 3 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading