RZL: Add cashdesk link
This commit is contained in:
parent
964e3c0305
commit
72eafb0784
1 changed files with 14 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
fan: {
|
fan: {
|
||||||
name: "Ventilator",
|
name: "Ventilator",
|
||||||
position: [510, 460],
|
position: [520, 450],
|
||||||
icon: "toys",
|
icon: "toys",
|
||||||
iconColor: state => state.fan == "on" ? "#00FF00" : "#000000",
|
iconColor: state => state.fan == "on" ? "#00FF00" : "#000000",
|
||||||
ui: [
|
ui: [
|
||||||
|
|
@ -169,6 +169,18 @@ const config : Config = {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
cashdesk: {
|
||||||
|
name: "Cashdesk",
|
||||||
|
position: [500, 470],
|
||||||
|
icon: "monetization_on",
|
||||||
|
ui: [
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
link: "http://cashdesk.rzl:8081/",
|
||||||
|
text: "Open Cashdesk"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
videogames: {
|
videogames: {
|
||||||
name: "Videospiele",
|
name: "Videospiele",
|
||||||
position: [100, 100],
|
position: [100, 100],
|
||||||
|
|
@ -213,7 +225,7 @@ const config : Config = {
|
||||||
},
|
},
|
||||||
artnet: {
|
artnet: {
|
||||||
name: "Artnet",
|
name: "Artnet",
|
||||||
position: [535,475],
|
position: [535,480],
|
||||||
icon: "wb_incandescent",
|
icon: "wb_incandescent",
|
||||||
iconColor: state =>
|
iconColor: state =>
|
||||||
({
|
({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue