Hallo,
wie kann ich Items in einem "Unterseite" mit einem Frame bündeln?
Ich habe folgenden Item Aufbau:
Group gAB "Aussenbereich"
Group gAB_LICHT "Licht" (gAB)
//----AB_LICHT_UEBERSTAND
Switch AB_LICHT_UEBERSTAND1 "Dachüberstand Nord" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND2 "Dachüberstand Ost" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND3 "Dachüberstand Süd" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND4 "Dachüberstand West" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND5 "Dachüberstand komplett" (gAB_LICHT)
//----AB_LICHT_VORDACH
Switch AB_LICHT_VORDACH1 "Vordach Hauseingang" (gAB_LICHT)
Switch AB_LICHT_VORDACH2 "Vordach Terrasse 1" (gAB_LICHT)
Switch AB_LICHT_VORDACH3 "Vordach Terrasse 2" (gAB_LICHT)
Switch AB_LICHT_VORDACH4 "Vordach Terrasse komplett" (gAB_LICHT)
//----AB_LICHT_LAMPEN
Switch AB_LICHT_LAMPEN1 "Wandlampe Garage Süd" (gAB_LICHT)
Switch AB_LICHT_LAMPEN2 "Wandlampe Garage Nord" (gAB_LICHT)
Switch AB_LICHT_LAMPEN3 "Wandlampe Haus Nord" (gAB_LICHT)
Switch AB_LICHT_LAMPEN4 "Wandlampe Haus+Garage Nord" (gAB_LICHT)
Nun will ich die Items unter gAB -> gAB_LICHT bündeln in drei Frames: Überstand, Vordach, Lampen!
Momentan wird mir das alles untereinander angezeigt (Anhang).
So wie ich das versanden habe, kann man Frames nur auf der Sitemap (Hauptseite / Erste Seite) erstellen:
Frame label="Stockwerk" {
Group item=gEG label="Erdgeschoss" icon="groundfloor"
Group item=gOG label="Obergeschoss" icon="firstfloor"
Group item=gDG label="Dachgeschoss" icon="house"
Group item=gAB label="Aussenbereich" icon="garden"
}
Vielleicht kann mir der eine oder andere einen Tipp geben?
Danke und Gruß
Dimes
wie kann ich Items in einem "Unterseite" mit einem Frame bündeln?
Ich habe folgenden Item Aufbau:
Group gAB "Aussenbereich"
Group gAB_LICHT "Licht" (gAB)
//----AB_LICHT_UEBERSTAND
Switch AB_LICHT_UEBERSTAND1 "Dachüberstand Nord" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND2 "Dachüberstand Ost" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND3 "Dachüberstand Süd" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND4 "Dachüberstand West" (gAB_LICHT)
Switch AB_LICHT_UEBERSTAND5 "Dachüberstand komplett" (gAB_LICHT)
//----AB_LICHT_VORDACH
Switch AB_LICHT_VORDACH1 "Vordach Hauseingang" (gAB_LICHT)
Switch AB_LICHT_VORDACH2 "Vordach Terrasse 1" (gAB_LICHT)
Switch AB_LICHT_VORDACH3 "Vordach Terrasse 2" (gAB_LICHT)
Switch AB_LICHT_VORDACH4 "Vordach Terrasse komplett" (gAB_LICHT)
//----AB_LICHT_LAMPEN
Switch AB_LICHT_LAMPEN1 "Wandlampe Garage Süd" (gAB_LICHT)
Switch AB_LICHT_LAMPEN2 "Wandlampe Garage Nord" (gAB_LICHT)
Switch AB_LICHT_LAMPEN3 "Wandlampe Haus Nord" (gAB_LICHT)
Switch AB_LICHT_LAMPEN4 "Wandlampe Haus+Garage Nord" (gAB_LICHT)
Nun will ich die Items unter gAB -> gAB_LICHT bündeln in drei Frames: Überstand, Vordach, Lampen!
Momentan wird mir das alles untereinander angezeigt (Anhang).
So wie ich das versanden habe, kann man Frames nur auf der Sitemap (Hauptseite / Erste Seite) erstellen:
Frame label="Stockwerk" {
Group item=gEG label="Erdgeschoss" icon="groundfloor"
Group item=gOG label="Obergeschoss" icon="firstfloor"
Group item=gDG label="Dachgeschoss" icon="house"
Group item=gAB label="Aussenbereich" icon="garden"
}
Vielleicht kann mir der eine oder andere einen Tipp geben?
Danke und Gruß
Dimes
Kommentar