Move Printer from Olymp to Fablab/alte Werkstatt (#98)

* Move Printer from Olymp to Fablab/alte Werkstatt
This commit is contained in:
Ranlvor 2019-03-13 18:40:29 +01:00 committed by uwap
parent 43dcf12281
commit a149fed592
2 changed files with 21 additions and 21 deletions

View file

@ -220,6 +220,7 @@ const config: Config = {
}
},
//Tasmota-Dosen
tasmota.topics("2", "printerAnnette"),
tasmota.topics("6", "snackbar"),
tasmota.topics("7", "infoscreen"),
tasmota.topics("9", "pilze"),
@ -541,6 +542,26 @@ const config: Config = {
}
]
},
printerAnnette: {
name: "Drucker",
position: [800, 350],
icon: mdi("printer"),
iconColor: tasmota.iconColor("printerAnnette"),
ui: [
{
type: "toggle",
text: "Drucker",
topic: "printerAnnette",
icon: mdi("power")
},
{
type: "link",
link: "http://annette.rzl/",
text: "Open Annette",
icon: mdi("open-in-new")
}
]
},
nebenraumPowerStatus: {
name: "Strom Fablab",
position: [613, 537],