From eecd46abe5fda002ec3fa8ad94d8a0d6f7cc9ead Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 28 Apr 2022 12:30:03 +0200 Subject: [PATCH] Update real-time dashboard graph entries --- web.js | 3 ++- web.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web.js b/web.js index 6f5329c..eacb6a1 100644 --- a/web.js +++ b/web.js @@ -167,7 +167,8 @@ function updateOverviewTable() { "headache", "hoursDriving", "alcoholIntake", - "withingsSleepingHR" + "withingsSleepingHR", + "watchedTVHours" ]; var queryToUse = "SELECT"; var weekTimestamp = moment() diff --git a/web.ts b/web.ts index bcd0407..74a9749 100644 --- a/web.ts +++ b/web.ts @@ -210,7 +210,8 @@ function updateOverviewTable() { "headache", "hoursDriving", "alcoholIntake", - "withingsSleepingHR" + "withingsSleepingHR", + "watchedTVHours" ]; let queryToUse = "SELECT"; const weekTimestamp =