44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
sitemap demo label="Your Value"
|
|
{
|
|
Frame {
|
|
Switch item=YourTrigger
|
|
Text item=YourNumber
|
|
Text item=MyCall icon="temperature"
|
|
Chart item=MyCall period=D refresh=3000
|
|
}
|
|
Frame label="Gartenpumpe" icon="garden" {
|
|
Switch item=MyCall_Channel icon="faucet" mappings=[0="Aus", 1="1", 2="2", 3="3", 4="4"]
|
|
}
|
|
Frame
|
|
{
|
|
item=SpeedtestSummary
|
|
}
|
|
Frame label="Ergebnisse" {
|
|
Text item=SpeedtestResultDown
|
|
Text item=SpeedtestResultUp
|
|
Text item=SpeedtestResultPing
|
|
}
|
|
Frame label="Steuerung" {
|
|
Text item=SpeedtestResultDate
|
|
Text item=SpeedtestRunning label="Speedtest [%s]" visibility=[SpeedtestRunning != "-"]
|
|
Switch item=SpeedtestRerun mappings=[ON="Start"]
|
|
}
|
|
Frame label="Statistik" {
|
|
Text label="..." icon="speedtest_analytics8"
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Frame label="Poweroutlets"
|
|
{
|
|
Switch item=Gplugs label="All Power Plugs"
|
|
Text item=PlaceHolder label="" icon="none"
|
|
Switch item=Power_Plug_Socket_1 label="Power Plug A"
|
|
Switch item=Power_Plug_Socket_2 label="Power Plug B"
|
|
Switch item=Power_Plug_Socket_3 label="Power Plug C"
|
|
Switch item=Power_Plug_Socket_4 label="Power Plug D"
|
|
}
|
|
} |