Feature | Support |
Sending | |
Receiving | |
Config |
Supported Brands
Shelly
Sender Arguments
1 2 3 | -i --id=id control a device with this id
-t --on send an on signal
-f --off send an off signal
|
Config
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"devices": {
"switch": {
"protocol": [ "shelly1" ],
"id": [{
"id": "A01BC2",
}],
"state": "off",
"connected": 0
}
},
"gui": {
"switch": {
"name": "Switch",
"group": [ "Living" ],
"media": [ "all" ]
}
}
}
|
Option | Value |
id | as hardcoded |
state | on / off |
connected | on / off |
Optional Settings
GUI Settings
Setting | Default | Format | Description |
readonly | 1 | 1 or 0 | Disable controlling this device from the GUIs |