Minor home-map changes

This commit is contained in:
uwap 2020-10-19 05:49:35 +02:00
parent ccd9bcd3b5
commit 0f08e9f1ee

View file

@ -130,7 +130,7 @@ const sliderSVXY = (bulb: string, argument: string) => (
const config: Config = { const config: Config = {
space: { space: {
name: "Home", name: "Home",
color: "orange", color: "teal",
mqtt: "ws://192.168.0.12:1884" mqtt: "ws://192.168.0.12:1884"
}, },
topics: [ topics: [
@ -547,7 +547,7 @@ const config: Config = {
{ {
image: require("./assets/layers/rooms.svg"), image: require("./assets/layers/rooms.svg"),
baseLayer: true, baseLayer: true,
name: "Uwap Home", name: "Rooms",
defaultVisibility: "visible", defaultVisibility: "visible",
opacity: 0.7, opacity: 0.7,
bounds: { bounds: {