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): updates to AEON Labs Minimote #7544

Merged
merged 5 commits into from
Jan 13, 2025
Merged
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
10 changes: 9 additions & 1 deletion packages/config/config/devices/0x0086/dsa03202.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,26 @@
{
"#": "250",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Scene Mode (Secondary Controller)"
"label": "Scene Mode (Secondary Controller)",
"writeOnly": true
}
],
"compat": {
"commandClasses": {
"add": {
"Scene Activation": {
"isControlled": true,
"version": 1
},
"Wake Up": {
// To fix issue #1536
"isSupported": true,
"version": 1
}
}
}
},
"metadata": {
"wakeup": "Press and hold the Learn Button (or Join Button) for 3 seconds, then let go. This should keep the Minimote awake for 30 seconds."
}
}
Loading