Add Robocommander Button

This commit is contained in:
2026-04-05 23:32:43 +00:00
parent d9115838b8
commit ee7630e739

View File

@@ -43,8 +43,8 @@
} }
}, },
{ {
"id": "skills-store", "id": "remote",
"label": "Skills Store", "label": "RoboCommander",
"comment": "This is only a placeholder for when we crack the skill system", "comment": "This is only a placeholder for when we crack the skill system",
"colors": ["0x8952D6", "0x33155B"], "colors": ["0x8952D6", "0x33155B"],
"iconSrc": "resources/icons/jazzy.png", "iconSrc": "resources/icons/jazzy.png",
@@ -54,7 +54,7 @@
"utterance": { "utterance": {
"intent": "loadMenu", "intent": "loadMenu",
"entities": { "entities": {
"destination": "skills-store" "destination": "remote"
} }
} }
} }