From 85b29ceedbde72a18b744149d1c4184ace1cd203 Mon Sep 17 00:00:00 2001 From: Till Immer Date: Sun, 23 Aug 2026 18:25:24 +0000 Subject: [PATCH] commands.json aktualisiert --- commands.json | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/commands.json b/commands.json index bd5403d..3a12e82 100644 --- a/commands.json +++ b/commands.json @@ -202,38 +202,5 @@ "/home/till/IrSender2/hektagonPlusMode.json" ] }, - "RadioPower": { - "description": "Send IR command RadioPower.json", - "web_title": "Radio Power", - "web_enabled": true, - "timeout_seconds": 10, - "command": [ - "python3", - "/home/till/IrSender2/ir_send.py", - "/home/till/IrSender2/RadioPower.json" - ] - }, - "RadioVolumeUp": { - "description": "Send IR command RadioVolumeUp.json", - "web_title": "Radio Volume Up", - "web_enabled": true, - "timeout_seconds": 10, - "command": [ - "python3", - "/home/till/IrSender2/ir_send.py", - "/home/till/IrSender2/RadioVolumeUp.json" - ] - }, - "RadioVolumeDown": { - "description": "Send IR command RadioVolumeDown.json", - "web_title": "Radio Volume Down", -B "web_enabled": true, - "timeout_seconds": 10, - "command": [ - "python3", - "/home/till/IrSender2/ir_send.py", - "/home/till/IrSender2/RadioVolumeDown.json" - ] - } } }