RZL: Add deko-led-thingy „Pilze“
This commit is contained in:
parent
45e2e7c6fc
commit
c8e75927c9
1 changed files with 16 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ const config: Config = {
|
||||||
//Tasmota-Dosen
|
//Tasmota-Dosen
|
||||||
tasmota.topics("6", "snackbar"),
|
tasmota.topics("6", "snackbar"),
|
||||||
tasmota.topics("7", "infoscreen"),
|
tasmota.topics("7", "infoscreen"),
|
||||||
|
tasmota.topics("9", "pilze"),
|
||||||
|
|
||||||
esper.topics("afba40", "flyfry"),
|
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: {
|
printer3D: {
|
||||||
name: "Ultimaker 3",
|
name: "Ultimaker 3",
|
||||||
position: [754, 560],
|
position: [754, 560],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue