Webinterface Bulb Office
This commit is contained in:
parent
4d39149e77
commit
51d410fbd3
1 changed files with 8 additions and 0 deletions
|
|
@ -760,6 +760,14 @@ const config: Config = {
|
||||||
}
|
}
|
||||||
]).concat(sliderSVXY("office", "x"))
|
]).concat(sliderSVXY("office", "x"))
|
||||||
.concat(sliderSVXY("office", "y"))
|
.concat(sliderSVXY("office", "y"))
|
||||||
|
.concat([
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
link: "http://192.168.0.12:8080/#/device/0x0c4314fffe9bc8c1/exposes",
|
||||||
|
text: "Open Webinterface",
|
||||||
|
icon: svg(icons.mdiOpenInNew)
|
||||||
|
}
|
||||||
|
])
|
||||||
},
|
},
|
||||||
hallwayLight: {
|
hallwayLight: {
|
||||||
name: "Flur",
|
name: "Flur",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue