From 4e8da9f8e00281c30c34419fb68caf02188054c5 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Fri, 12 Feb 2021 00:01:43 +0100
Subject: [PATCH] #45 - updated example settings

---
 config/pageSettings-example.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/config/pageSettings-example.json b/config/pageSettings-example.json
index 3957142..9816c06 100644
--- a/config/pageSettings-example.json
+++ b/config/pageSettings-example.json
@@ -43,7 +43,13 @@
                     "numberOfHoursToShow": 4,
                     "decimals": 0,
                     "lineColor": "rgba(70, 138, 221, 1))",
-                    "fillColor": "rgba(70, 138, 221, 0.2)"
+                    "fillColor": "rgba(70, 138, 221, 0.2)",
+                    "outdatedValueWarning": {
+                        "enable": false,
+                        "limitInSeconds": -1,
+                        "enableNotificationViaPushbullet": false,
+                        "pushbulletToken": null
+                    }
                 },
                 "x": 0,
                 "y": 3,
-- 
GitLab