Copy {
"shortcuts": [
{
"askConfirm": false,
"category": "shortcut",
"color": "#117ED9",
"desc": "Turn off all lights",
"icon": "house_2",
"id": "abc123",
"itemACL": [
{
"id": "qwerty",
"read": true,
"write": true
}
],
"name": "Demo",
"objectId": "system",
"operations": [
{
"function": {
"args": {},
"name": "turn_off_all_lights"
},
"objectId": "system",
"timer": {
"days": 0,
"hours": 0,
"min": 0,
"sec": 0
}
}
],
"parameters": []
},
{
"askConfirm": false,
"category": "shortcut",
"color": "#FFB300",
"desc": "Toggle TV",
"icon": "tv",
"id": "abc1234",
"itemACL": [
{
"id": "qwerty",
"read": true,
"write": true
}
],
"name": "TV",
"objectId": "ac278aa6-fdd8-4899-960e-55ad702452ce",
"operations": [
{
"function": {
"args": {},
"name": "toggle"
},
"objectId": "ac278aa6-fdd8-4899-960e-55ad702452ce",
"timer": {
"days": 0,
"hours": 0,
"min": 0,
"sec": 0
}
}
],
"parameters": []
},
{
"askConfirm": false,
"category": "shortcut",
"color": "#880E4F",
"desc": "Open/Close gate",
"icon": "gate",
"id": "abc12345",
"itemACL": [
{
"id": "qwerty",
"read": true,
"write": true
}
],
"name": "Gate",
"objectId": "",
"operations": [
{
"function": {
"args": {},
"name": "on"
},
"objectId": "a41f6a53-3b69-44e4-abf2-fed4bed8785c",
"timer": {
"days": 0,
"hours": 0,
"min": 0,
"sec": 0
}
}
],
"parameters": []
}
]
}