From e986d744c458769284b0b08449538186b61dffc6 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Tue, 27 Nov 2018 17:08:38 +0100 Subject: [PATCH] +2 Tischlampen --- config/rzl/index.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/config/rzl/index.js b/config/rzl/index.js index ee51c32..95b31b0 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -222,6 +222,8 @@ const config: Config = { //Tasmota-Dosen tasmota.topics("6", "snackbar"), tasmota.topics("7", "infoscreen"), + tasmota.topics("9", "tischMitte"), + tasmota.topics("10", "tischTafel"), esper.topics("afba40", "flyfry"), @@ -233,6 +235,34 @@ const config: Config = { ...onkyo.controls, ...olymp.controls, ...kitchen.controls, + tischTafel: { + name: "Lampe Tisch Tafel", + position: [126, 590], + icon: mdi("floor-lamp"), + iconColor: tasmota.iconColor("tischTafel"), + ui: [ + { + type: "toggle", + text: "Lampe Tisch Tafel", + topic: "tischTafel", + icon: mdi("power") + } + ] + }, + tischMitte: { + name: "Lampe Tisch Mitte", + position: [300, 590], + icon: mdi("floor-lamp"), + iconColor: tasmota.iconColor("tischMitte"), + ui: [ + { + type: "toggle", + text: "Lampe Tisch Mitte", + topic: "tischMitte", + icon: mdi("power") + } + ] + }, ledStahltrager: { name: "LED Stahlträger", position: [340, 590],