mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 14:11:54 +01:00
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
|
||
|
}
|
||
|
}
|