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