22 lines
326 B
JSON
22 lines
326 B
JSON
{
|
|
"id": "%s",
|
|
"type": "customScene",
|
|
"info": {
|
|
"name": "%s",
|
|
"icon": "scenes_home_filled"
|
|
},
|
|
"triggers": [
|
|
{
|
|
"type": "controller",
|
|
"trigger": {
|
|
"controllerType": "shortcutController",
|
|
"clickPattern": "%s",
|
|
"buttonIndex": %s,
|
|
"deviceId": "%s"
|
|
}
|
|
}
|
|
],
|
|
"actions": [],
|
|
"commands": []
|
|
}
|
|
|