diff --git a/config/rzl.js b/config/rzl.js index 304c6e7..5ffa826 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -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: {