commands.json aktualisiert

test
This commit is contained in:
2026-06-23 13:40:48 +00:00
parent aa73a4e255
commit de6830cda5
+4 -4
View File
@@ -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": {}
}, },