Feature | Support |
Sending | |
Receiving | |
Config |
Supported Brands
None
Sender Arguments
-t --up send an up signal
-f --down send a down signal
-i --id=id control a device with this id
Config
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"devices": {
"screen": {
"protocol": [ "generic_screen" ],
"id": [{
"id": 100
}],
"state": "down"
}
},
"gui": {
"screen": {
"name": "Screen",
"group": [ "Living" ],
"media": [ "all" ]
}
}
}
|
Option | Value |
id | 0 - 99999 |
state | up/down |
Optional Settings
GUI Settings
Setting | Default | Format | Description |
readonly | 0 | 1 or 0 | Disable controlling this device from the GUIs |
confirm | 0 | 1 or 0 | Ask for confirmation when switching device |