diff --git a/sample-configuration.json b/sample-configuration.json
new file mode 100644
index 0000000..af2fc09
--- /dev/null
+++ b/sample-configuration.json
@@ -0,0 +1,64 @@
+{
+ "switches": [
+ {
+ "room": "Wohnzimmer",
+ "switches": [
+ {
+ "label": "kleine Lampe",
+ "actionTopic": "dispatcher_ng/items/Gnd/LivingRoom/SmallLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/LivingRoom/SmallLight/state/feedback"
+ },
+ {
+ "label": "große Lampe",
+ "actionTopic": "dispatcher_ng/items/Gnd/LivingRoom/LargeLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/LivingRoom/LargeLight/state/feedback"
+ },
+ {
+ "label": "Sterne",
+ "actionTopic": "dispatcher_ng/items/Gnd/LivingRoom/Stars/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/LivingRoom/Stars/state/feedback"
+ },
+ {
+ "label": "Stehlampe",
+ "actionTopic": "dispatcher_ng/items/Gnd/LivingRoom/StandLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/LivingRoom/StandLight/state/feedback"
+ }
+ ]
+ },
+ {
+ "room": "Esszimmer",
+ "switches": [
+ {
+ "label": "kleine Lampe",
+ "actionTopic": "dispatcher_ng/items/Gnd/DiningRoom/SmallLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/DiningRoom/SmallLight/state/feedback"
+ },
+ {
+ "label": "Stehlampe",
+ "actionTopic": "dispatcher_ng/items/Gnd/DiningRoom/StandLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/DiningRoom/StandLight/state/feedback"
+ },
+ {
+ "label": "Schranklicht",
+ "actionTopic": "dispatcher_ng/items/Gnd/DiningRoom/CupboardLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/DiningRoom/CupboardLight/state/feedback"
+ },
+ {
+ "label": "Naehkaestchenlicht",
+ "actionTopic": "dispatcher_ng/items/Gnd/DiningRoom/NaehkaestchenLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/DiningRoom/NaehkaestchenLight/state/feedback"
+ },
+ {
+ "label": "Regallicht",
+ "actionTopic": "dispatcher_ng/items/Gnd/DiningRoom/ShelfLight/state",
+ "feedbackTopic": "dispatcher_ng/items/Gnd/DiningRoom/ShelfLight/state/feedback"
+ }
+ ]
+ }
+ ],
+ "windows": [
+ { "label": "Fenster 1", "topic": "test/fenster1" },
+ { "label": "Fenster 2", "topic": "test/fenster2" },
+ { "label": "Fenster 3", "topic": "test/fenster3" }
+ ]
+}
\ No newline at end of file
diff --git a/src/app/app.component.html b/src/app/app.component.html
index afabe32..c9d44cf 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -8,16 +8,16 @@
{{room.room}}
-