commands.json aktualisiert

This commit is contained in:
2026-06-23 14:39:34 +00:00
parent b4e1bcd8eb
commit 8485d264ab
+8 -8
View File
@@ -155,23 +155,23 @@
"args": {} "args": {}
}, },
"hektagon-mode": { "hektagonMinusMode": {
"description": "Send IR command hektagon-mode.json", "description": "Send IR command hektagon Minus mode.json",
"web_title": "hektagon-mode", "web_title": "hektagon Minus mode",
"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": ["python3", "ir_send.py", "/home/till/IrSender2/hektagon-mode.json"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonMinusMode.json"],
"args": {} "args": {}
}, },
"hektagon+mode": { "hektagonPlusmode": {
"description": "Send IR command hektagon+mode.json", "description": "Send IR command hektagonPlusMode.json",
"web_title": "hektagon+mode", "web_title": "hektagon Plusmode",
"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": ["python3", "ir_send.py", "/home/till/IrSender2/hektagon+mode.json"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonPlusMode.json"],
"args": {} "args": {}
} }
} }