From f6d555522a95b0a80f3888accf9601817fe42e03 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Wed, 13 Mar 2019 16:51:50 +0100 Subject: [PATCH] Annette is not on Olymp anymore --- config/rzl/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rzl/index.js b/config/rzl/index.js index f7ce68d..2dc0000 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -220,7 +220,7 @@ const config: Config = { } }, //Tasmota-Dosen - tasmota.topics("2", "printerOlymp"), + tasmota.topics("2", "printerAnnette"), tasmota.topics("6", "snackbar"), tasmota.topics("7", "infoscreen"), tasmota.topics("9", "pilze"), @@ -542,16 +542,16 @@ const config: Config = { } ] }, - printerOlymp: { + printerAnnette: { name: "Drucker", position: [800, 350], icon: mdi("printer"), - iconColor: tasmota.iconColor("printerOlymp"), + iconColor: tasmota.iconColor("printerAnnette"), ui: [ { type: "toggle", text: "Drucker", - topic: "printerOlymp", + topic: "printerAnnette", icon: mdi("power") }, {