diff --git a/config/rzl.js b/config/rzl.js index fee9977..aec1a33 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -130,6 +130,13 @@ const config : Config = { values: {}, type: msg => JSON.parse(msg.toString()).join(", ") }, + devices_status: { + state: "/service/status/devices", + command: "", + defaultValue: "", + values: {}, + type: types.string + }, infoscreen: { state: "/service/openhab/out/pca301_infoscreen/state", command: "/service/openhab/in/pca301_infoscreen/command", @@ -495,7 +502,14 @@ const config : Config = { text: "Anwesend", topic: "presence_status", icon: mdi("account") + }, + { + type: "text", + text: "Devices", + topic: "devices_status", + icon: mdi("wifi") } + ] }, infoscreen: {