commands.json aktualisiert

This commit is contained in:
2026-08-23 18:25:24 +00:00
parent a433fb2dfb
commit 85b29ceedb
-33
View File
@@ -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"
]
}
}
}