openhab-core/demo/app/runtime/conf/sitemaps/demo.sitemap
Markus Rathgeb 47194895ac specify directories so we do not rely on the current working directory (#640)
* 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>
2019-03-13 20:14:52 +01:00

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
}
}