forked from TillRepo/IrSender
running
This commit is contained in:
+178
-2
@@ -204,7 +204,7 @@
|
||||
},
|
||||
"RadioPower": {
|
||||
"description": "Send IR command RadioPower.json",
|
||||
"web_title": "RadioPower",
|
||||
"web_title": "Radio Power",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
@@ -215,7 +215,7 @@
|
||||
},
|
||||
"RadioVolumeUp": {
|
||||
"description": "Send IR command RadioVolumeUp.json",
|
||||
"web_title": "RadioVolumeUp",
|
||||
"web_title": "Radio Volume Up",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
@@ -223,6 +223,182 @@
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/RadioVolumeUp.json"
|
||||
]
|
||||
},
|
||||
"RadioVolumeDown": {
|
||||
"description": "Send IR command RadioVolumeDown.json",
|
||||
"web_title": "Radio Volume Down",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/RadioVolumeDown.json"
|
||||
]
|
||||
},
|
||||
"RadioMute": {
|
||||
"description": "Send IR command RadioMute.json",
|
||||
"web_title": "Radio Mute",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/RadioMute.json"
|
||||
]
|
||||
},
|
||||
"DreamOn": {
|
||||
"description": "Send IR command DreamOn.json",
|
||||
"web_title": "Dream On",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamOn.json"
|
||||
]
|
||||
},
|
||||
"DreamOff": {
|
||||
"description": "Send IR command DreamOff.json",
|
||||
"web_title": "Dream Off",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamOff.json"
|
||||
]
|
||||
},
|
||||
"DreamBrightnessDown": {
|
||||
"description": "Send IR command DreamBrightnessDown.json",
|
||||
"web_title": "Dream Brightness Down",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamBrightnessDown.json"
|
||||
]
|
||||
},
|
||||
"DreamBrightnessUp": {
|
||||
"description": "Send IR command DreamBrightnessUp.json",
|
||||
"web_title": "Dream Brightness Up",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamBrightnessUp.json"
|
||||
]
|
||||
},
|
||||
"DreamModeUp": {
|
||||
"description": "Send IR command DreamModeUp.json",
|
||||
"web_title": "Dream Mode Up",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamModeUp.json"
|
||||
]
|
||||
},
|
||||
"DreamModeDown": {
|
||||
"description": "Send IR command DreamModeDown.json",
|
||||
"web_title": "Dream Mode Down",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamModeDown.json"
|
||||
]
|
||||
},
|
||||
"DreamSpeedUp": {
|
||||
"description": "Send IR command DreamSpeedUp.json",
|
||||
"web_title": "Dream Speed Up",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamSpeedUp.json"
|
||||
]
|
||||
},
|
||||
"DreamSpeedDown": {
|
||||
"description": "Send IR command DreamSpeedDown.json",
|
||||
"web_title": "Dream Speed Down",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamSpeedDown.json"
|
||||
]
|
||||
},
|
||||
"DreamMusicMode": {
|
||||
"description": "Send IR command DreamMusicMode.json",
|
||||
"web_title": "Dream Music Mode",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamMusicMode.json"
|
||||
]
|
||||
},
|
||||
"DreamColBlue": {
|
||||
"description": "Send IR command DreamColBlue.json",
|
||||
"web_title": "Dream Col Blue",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamColBlue.json"
|
||||
]
|
||||
},
|
||||
"DreamColRed": {
|
||||
"description": "Send IR command DreamColRed.json",
|
||||
"web_title": "Dream Col Red",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamColRed.json"
|
||||
]
|
||||
},
|
||||
"DreamColGreen": {
|
||||
"description": "Send IR command DreamColGreen.json",
|
||||
"web_title": "Dream Col Green",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamColGreen.json"
|
||||
]
|
||||
},
|
||||
"DreamColOcean": {
|
||||
"description": "Send IR command DreamColOcean.json",
|
||||
"web_title": "Dream Col Ocean",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamColOcean.json"
|
||||
]
|
||||
},
|
||||
"DreamColOrange": {
|
||||
"description": "Send IR command DreamColOrange.json",
|
||||
"web_title": "Dream Col Orange",
|
||||
"web_enabled": true,
|
||||
"timeout_seconds": 10,
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/till/IrSender2/ir_send.py",
|
||||
"/home/till/IrSender2/DreamColOrange.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user