Skip to content

Commit

Permalink
fix(config): updates to AEON Labs Minimote (#7544)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpine authored Jan 13, 2025
1 parent 68a959c commit 6aa7f4d
Showing 1 changed file with 9 additions and 1 deletion.
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."
}
}

0 comments on commit 6aa7f4d

Please sign in to comment.