Annette is not on Olymp anymore

This commit is contained in:
Ranlvor 2019-03-13 16:51:50 +01:00
parent 2037c34c9b
commit f6d555522a
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -220,7 +220,7 @@ const config: Config = {
} }
}, },
//Tasmota-Dosen //Tasmota-Dosen
tasmota.topics("2", "printerOlymp"), tasmota.topics("2", "printerAnnette"),
tasmota.topics("6", "snackbar"), tasmota.topics("6", "snackbar"),
tasmota.topics("7", "infoscreen"), tasmota.topics("7", "infoscreen"),
tasmota.topics("9", "pilze"), tasmota.topics("9", "pilze"),
@ -542,16 +542,16 @@ const config: Config = {
} }
] ]
}, },
printerOlymp: { printerAnnette: {
name: "Drucker", name: "Drucker",
position: [800, 350], position: [800, 350],
icon: mdi("printer"), icon: mdi("printer"),
iconColor: tasmota.iconColor("printerOlymp"), iconColor: tasmota.iconColor("printerAnnette"),
ui: [ ui: [
{ {
type: "toggle", type: "toggle",
text: "Drucker", text: "Drucker",
topic: "printerOlymp", topic: "printerAnnette",
icon: mdi("power") icon: mdi("power")
}, },
{ {