+Theken-Floalts
This commit is contained in:
parent
333163499f
commit
4c80bc7930
1 changed files with 57 additions and 0 deletions
|
|
@ -177,10 +177,16 @@ const config : Config = {
|
||||||
values: {}
|
values: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
//Kuechen-Floalts
|
||||||
floalt.topics("65537"),
|
floalt.topics("65537"),
|
||||||
floalt.topics("65538"),
|
floalt.topics("65538"),
|
||||||
floalt.topics("65539"),
|
floalt.topics("65539"),
|
||||||
floalt.topics("65540"),
|
floalt.topics("65540"),
|
||||||
|
|
||||||
|
//Theken-Floalts
|
||||||
|
floalt.topics("65543"),
|
||||||
|
floalt.topics("65544"),
|
||||||
|
|
||||||
esper_topics("afba40", "flyfry"),
|
esper_topics("afba40", "flyfry"),
|
||||||
esper_topics("afba45", "alarm")
|
esper_topics("afba45", "alarm")
|
||||||
],
|
],
|
||||||
|
|
@ -638,6 +644,57 @@ const config : Config = {
|
||||||
delayedApply: true
|
delayedApply: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
kitchen_counter_light: {
|
||||||
|
name: "Deckenlicht Theke",
|
||||||
|
position: [400, 440],
|
||||||
|
icon: "ceiling-light",
|
||||||
|
ui: [
|
||||||
|
{
|
||||||
|
type: "section",
|
||||||
|
text: "Lampe Eingang"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "slider",
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
text: "Helligkeit",
|
||||||
|
icon: "brightness-7",
|
||||||
|
topic: floalt.brightness("65544"),
|
||||||
|
delayedApply: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "slider",
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
text: "Farbtemperatur",
|
||||||
|
icon: "weather-sunset-down",
|
||||||
|
topic: floalt.color("65544"),
|
||||||
|
delayedApply: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "section",
|
||||||
|
text: "Lampe Hauptraum"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "slider",
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
text: "Helligkeit",
|
||||||
|
icon: "brightness-7",
|
||||||
|
topic: floalt.brightness("65543"),
|
||||||
|
delayedApply: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "slider",
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
text: "Farbtemperatur",
|
||||||
|
icon: "weather-sunset-down",
|
||||||
|
topic: floalt.color("65543"),
|
||||||
|
delayedApply: true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
layers: [
|
layers: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue