From d9f4ca7998d78e1539174868746362397d03fec9 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sun, 26 Aug 2018 15:52:40 +0200 Subject: [PATCH] +LED Streifen Olymp (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * +LED Streifen Olymp * Rotate LED Olymp by 45° --- config/rzl/index.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/rzl/index.js b/config/rzl/index.js index 19ee6c0..c715c6f 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -221,6 +221,7 @@ const config: Config = { tasmota.topics("2", "olymp_printer"), tasmota.topics("6", "snackbar"), tasmota.topics("7", "infoscreen"), + tasmota.topics("8", "led_olymp"), //Kuechen-Floalts floalt.topics("65537"), @@ -257,6 +258,20 @@ const config: Config = { }, ] }, + led_olymp: { + name: "LED Olymp", + position: [196, 154], + icon: mdi("white-balance-iridescent rotate-45"), + iconColor: tasmota.icon_color("led_olymp", rainbow), + ui: [ + { + type: "toggle", + text: "LED Olymp", + topic: "led_olymp", + icon: mdi("power") + } + ] + }, snackbar: { name: "Snackbar", position: [510, 500],