diff --git a/config/rzl/index.js b/config/rzl/index.js index ee51c32..e027eae 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -222,6 +222,7 @@ const config: Config = { //Tasmota-Dosen tasmota.topics("6", "snackbar"), tasmota.topics("7", "infoscreen"), + tasmota.topics("9", "pilze"), esper.topics("afba40", "flyfry"), @@ -473,6 +474,21 @@ const config: Config = { } ] }, + pilze: { + name: "Pilze", + position: [48, 499], + icon: ({pilze}) => + (pilze === "on" ? rawMdi("led-on") : rawMdi("led-off")), + iconColor: tasmota.iconColor("pilze", rainbow), + ui: [ + { + type: "toggle", + text: "Pilze", + topic: "pilze", + icon: mdi("power") + } + ] + }, printer3D: { name: "Ultimaker 3", position: [754, 560],