LabelΒΆ

Feature Support
Sending yes
Receiving no
Config yes

Supported Brands

None

Sender Arguments

-i --id=id               control a device with this id
-l --label=label         show a specific label
-c --color=color         give the label a specific color

Config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{
  "devices": {
    "label": {
      "protocol": [ "generic_label" ],
      "id": [{
        "id": 100
      }],
      "label": "test1234",
      "color": "red"
    }
  },
  "gui": {
    "label": {
      "name": "Label",
      "group": [ "Living" ],
      "media": [ "all" ]
    }
  }
}
Option Value
id 0 - 99999
label any value
color any color

Note

Please notice that the label color is not validated in any way. The color information is just forwarded to the GUIs as is. So it could be that some GUIs do not support certain color naming. Using hex colors is therefore the safest, e.g. #000000.