From 2e31015c95d3364b50441414903461f921402ca9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Tue, 30 Jan 2024 18:04:04 +0100
Subject: [PATCH] configs/foobar: Added today's date

---
 public/config/foobar.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/public/config/foobar.json b/public/config/foobar.json
index 180ae1d..c1a7d77 100644
--- a/public/config/foobar.json
+++ b/public/config/foobar.json
@@ -2,7 +2,12 @@
   "id": "foobar",
   "background": "/content/preisliste.png",
   "schedule": {
-    "times": []
+    "times": [
+      {
+        "from": "2024-01-30T18:00",
+        "to": "2024-01-30T22:00"
+      }
+    ]
   },
   "panels": []
 }
-- 
GitLab