Files
IrSender2/commands.json
T
2026-06-23 14:35:11 +00:00

178 lines
5.4 KiB
JSON

{
"host": "0.0.0.0",
"port": 8082,
"max_body_bytes": 65536,
"commands": {
"mainLightOn": {
"description": "Send IR command mainLightOn.json",
"web_title": "Mainlight On",
"web_enabled": true,
"api_key": "change-this-global-api-key",
"timeout_seconds": 10,
"command": ["python3", "ir_send.py", "/home/till/IrSender2/mainLightOn.json"],
"args": {}
},
"mainLightOff": {
"description": "Send IR command mainLightOff.json",
"web_title": "Mainlight Off",
"web_enabled": true,
"api_key": "change-this-global-api-key",
"timeout_seconds": 10,
"command": ["python3", "ir_send.py", "/home/till/IrSender2/mainLightOff.json"],
"args": {}
},
"MainLightDark": {
"description": "Send IR command MainLightDark",
"web_title": "Mainlight Dark",
"web_enabled": true,
"api_key": "change-this-global-api-key",
"timeout_seconds": 10,
"command": ["python3", "ir_send.py", "/home/till/IrSender2/mainLightDark.json"],
"args": {}
},
"MainLightBright": {
"description": "Send IR command MainLightBright.json",
"web_title": "Mainlight Bright",
"web_enabled": true,
"api_key": "change-this-global-api-key",
"timeout_seconds": 10,
"command": ["python3", "ir_send.py", "/home/till/IrSender2/mainLightBright.json"],
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
},
"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": {}
}
}
}