Minor home-map changes
This commit is contained in:
parent
ccd9bcd3b5
commit
0f08e9f1ee
1 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue