hektagon integriert

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