hektagon integriert

This commit is contained in:
2026-06-23 14:35:11 +00:00
parent ca362dc42c
commit 835b670eaf
+61 -51
View File
@@ -24,7 +24,7 @@
"args": {} "args": {}
}, },
"darker": { "MainLightDark": {
"description": "Send IR command MainLightDark", "description": "Send IR command MainLightDark",
"web_title": "Mainlight Dark", "web_title": "Mainlight Dark",
"web_enabled": true, "web_enabled": true,
@@ -34,7 +34,7 @@
"args": {} "args": {}
}, },
"default-color": { "MainLightBright": {
"description": "Send IR command MainLightBright.json", "description": "Send IR command MainLightBright.json",
"web_title": "Mainlight Bright", "web_title": "Mainlight Bright",
"web_enabled": true, "web_enabled": true,
@@ -44,125 +44,135 @@
"args": {} "args": {}
}, },
"fade": {
"description": "Send IR command fade.txt", "hektagonChangeColor": {
"web_title": "Fade", "description": "Send IR command hektagonChangeColor.json",
"web_title": "hektagonChangeColor",
"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/fade.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonChangeColor.json"],
"args": {} "args": {}
}, },
"green": { "hektagonRed": {
"description": "Send IR command green.txt", "description": "Send IR command hektagonRed.json",
"web_title": "Green", "web_title": "hektagonRed",
"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/green.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonRed.json"],
"args": {} "args": {}
}, },
"licht-aus": { "hektagonBlue": {
"description": "Send IR command LichtAus.txt", "description": "Send IR command hektagonBlue.json",
"web_title": "Licht Aus", "web_title": "hektagonBlue",
"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/LichtAus.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonBlue.json"],
"args": {} "args": {}
}, },
"licht-ein": { "hektagonGreen": {
"description": "Send IR command LichtEin.txt", "description": "Send IR command hektagonGreen.json",
"web_title": "Licht Ein", "web_title": "hektagonGreen",
"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/LichtEin.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonGreen.json"],
"args": {} "args": {}
}, },
"nachtlicht": { "hektagonBrighter": {
"description": "Send IR command Nachtlicht.txt", "description": "Send IR command hektagonBrighter.json",
"web_title": "Nachtlicht", "web_title": "hektagonBrighter",
"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/Nachtlicht.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonBrighter.json"],
"args": {} "args": {}
}, },
"off": { "hektagonDarker": {
"description": "Send IR command off.txt", "description": "Send IR command hektagonDarker.json",
"web_title": "Off", "web_title": "hektagonDarker",
"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/off.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonDarker.json"],
"args": {} "args": {}
}, },
"on": { "hektagonMusic1": {
"description": "Send IR command on.txt", "description": "Send IR command hektagonMusic1.json",
"web_title": "On", "web_title": "hektagonMusic1",
"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/on.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonMusic1.json"],
"args": {} "args": {}
}, },
"purple": { "hektagonMusic2": {
"description": "Send IR command purple.txt", "description": "Send IR command hektagonMusic2.json",
"web_title": "Purple", "web_title": "hektagonMusic2",
"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/purple.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonMusic2.json"],
"args": {} "args": {}
}, },
"red": { "hektagonMusic3": {
"description": "Send IR command red.txt", "description": "Send IR command hektagonMusic3.json",
"web_title": "Red", "web_title": "hektagonMusic3",
"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/red.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonMusic3.json"],
"args": {} "args": {}
}, },
"smooth": { "hektagonSpeed": {
"description": "Send IR command smooth.txt", "description": "Send IR command hektagonSpeed.json",
"web_title": "Smooth", "web_title": "hektagonSpeed",
"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/smooth.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonSpeed.json"],
"args": {} "args": {}
}, },
"white": { "hektagonAuto": {
"description": "Send IR command white.txt", "description": "Send IR command hektagonAuto.json",
"web_title": "White", "web_title": "hektagonAuto",
"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/white.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagonAuto.json"],
"args": {} "args": {}
}, },
"yellow": { "hektagon-mode": {
"description": "Send IR command yellow.txt", "description": "Send IR command hektagon-mode.json",
"web_title": "Yellow", "web_title": "hektagon-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": ["ir-ctl", "--send", "/home/timm/IRSender/yellow.txt"], "command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagon-mode.json"],
"args": {}
},
"hektagon+mode": {
"description": "Send IR command hektagon+mode.json",
"web_title": "hektagon+mode",
"web_enabled": true,
"api_key": "change-this-global-api-key",
"timeout_seconds": 10,
"command": ["python3", "ir_send.py", "/home/till/IrSender2/hektagon+mode.json"],
"args": {} "args": {}
} }
} }
} }