From 4c80bc793043b0842df1d938a0151675486f8210 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sun, 15 Apr 2018 19:46:04 +0200 Subject: [PATCH] +Theken-Floalts --- config/rzl.js | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/config/rzl.js b/config/rzl.js index 2279c8f..4fcf024 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -177,10 +177,16 @@ const config : Config = { values: {} } }, + //Kuechen-Floalts floalt.topics("65537"), floalt.topics("65538"), floalt.topics("65539"), floalt.topics("65540"), + + //Theken-Floalts + floalt.topics("65543"), + floalt.topics("65544"), + esper_topics("afba40", "flyfry"), esper_topics("afba45", "alarm") ], @@ -638,6 +644,57 @@ const config : Config = { delayedApply: true } ] + }, + kitchen_counter_light: { + name: "Deckenlicht Theke", + position: [400, 440], + icon: "ceiling-light", + ui: [ + { + type: "section", + text: "Lampe Eingang" + }, + { + type: "slider", + min: 0, + max: 100, + text: "Helligkeit", + icon: "brightness-7", + topic: floalt.brightness("65544"), + delayedApply: true + }, + { + type: "slider", + min: 0, + max: 100, + text: "Farbtemperatur", + icon: "weather-sunset-down", + topic: floalt.color("65544"), + delayedApply: true + }, + { + type: "section", + text: "Lampe Hauptraum" + }, + { + type: "slider", + min: 0, + max: 100, + text: "Helligkeit", + icon: "brightness-7", + topic: floalt.brightness("65543"), + delayedApply: true + }, + { + type: "slider", + min: 0, + max: 100, + text: "Farbtemperatur", + icon: "weather-sunset-down", + topic: floalt.color("65543"), + delayedApply: true + } + ] } }, layers: [