Merge remote-tracking branch 'origin/master' into fork/patch-41

This commit is contained in:
Ranlvor 2020-10-19 18:29:46 +02:00
commit c298a58a47
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E
13 changed files with 655 additions and 621 deletions

View file

@ -132,7 +132,7 @@ const sliderSVXY = (bulb: string, argument: string) => (
const config: Config = {
space: {
name: "Home",
color: "orange",
color: "teal",
mqtt: "ws://192.168.0.12:1884"
},
topics: [
@ -530,6 +530,11 @@ const config: Config = {
min: 0,
max: 255,
text: "Helligkeit",
marks: [
{ value: 1, label: "Dunkel" },
{ value: 120, label: "Medium" },
{ value: 254, label: "Hell" }
],
icon: svg(icons.mdiBrightness7),
topic: "livingroombrightness"
},
@ -644,7 +649,7 @@ const config: Config = {
{
image: require("./assets/layers/rooms.svg"),
baseLayer: true,
name: "Uwap Home",
name: "Rooms",
defaultVisibility: "visible",
opacity: 0.7,
bounds: {