Show number of WLAN-devices
This commit is contained in:
parent
8a37cf2c95
commit
75816dc15c
1 changed files with 13 additions and 0 deletions
|
|
@ -123,6 +123,12 @@ const config : Config = {
|
|||
values: {},
|
||||
type: msg => JSON.parse(msg.toString()).join(", ")
|
||||
},
|
||||
devices_status: {
|
||||
state: "/service/status/devices",
|
||||
command: "",
|
||||
defaultValue: "",
|
||||
values: {}
|
||||
},
|
||||
infoscreen: {
|
||||
state: "/service/openhab/out/pca301_infoscreen/state",
|
||||
command: "/service/openhab/in/pca301_infoscreen/command",
|
||||
|
|
@ -458,7 +464,14 @@ const config : Config = {
|
|||
text: "Anwesend",
|
||||
topic: "presence_status",
|
||||
icon: "account"
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Devices",
|
||||
topic: "devices_status",
|
||||
icon: "wifi"
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
infoscreen: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue