mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 14:11:54 +01:00
47194895ac
* specify directories so we do not rely on the current working directory The current working directory has been changed between Bnd 4.1.0 and 4.2.0 and we should not rely on a specific choosen one. We should set the appropriate directories ourself. Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
22 lines
584 B
Plaintext
22 lines
584 B
Plaintext
sitemap demo label="Demo Sitemap" {
|
|
Frame label="Demo Items" {
|
|
Text item=DemoContact label="Contact [MAP(en.map):%s]"
|
|
Text item=DemoString label="Message [%s]"
|
|
Text item=DemoDateTime label="Date [%1$tA, %1$td.%1$tm.%1$tY]"
|
|
Group item=DemoSwitchGroup icon=icon1
|
|
}
|
|
Frame label="Magic Test Items" {
|
|
Colorpicker item=MagicColor
|
|
Switch item=MagicOnOff
|
|
Slider item=MagicDimmer
|
|
}
|
|
Frame label="Location" {
|
|
Mapview item=DemoLocation height=10
|
|
}
|
|
Frame label="Weather" {
|
|
Text item=Weather_Temperature
|
|
Text item=Weather_Pressure
|
|
Text item=Weather_Humidity
|
|
}
|
|
}
|