forked from TillRepo/IrSender
commands.json aktualisiert
test
This commit is contained in:
+4
-4
@@ -4,13 +4,13 @@
|
|||||||
"max_body_bytes": 65536,
|
"max_body_bytes": 65536,
|
||||||
|
|
||||||
"commands": {
|
"commands": {
|
||||||
"blue": {
|
"mainLightOn": {
|
||||||
"description": "Send IR command blue.txt",
|
"description": "Send IR command mainLightOn.json",
|
||||||
"web_title": "Blue",
|
"web_title": "Main Light On",
|
||||||
"web_enabled": true,
|
"web_enabled": true,
|
||||||
"api_key": "change-this-global-api-key",
|
"api_key": "change-this-global-api-key",
|
||||||
"timeout_seconds": 10,
|
"timeout_seconds": 10,
|
||||||
"command": ["ir-ctl", "--send", "/home/timm/IRSender/blue.txt"],
|
"command": ["python3", "ir_send.py", "/home/till/IrSender2/mainLightOn.json"],
|
||||||
"args": {}
|
"args": {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user