From de6830cda5417c8fe80bced3cf3f07a4438b4e94 Mon Sep 17 00:00:00 2001 From: Till Immer Date: Tue, 23 Jun 2026 13:40:48 +0000 Subject: [PATCH] commands.json aktualisiert test --- commands.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands.json b/commands.json index 0b82aa3..03916cd 100644 --- a/commands.json +++ b/commands.json @@ -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": {} },