From: gregor herrmann Date: Tue, 21 Aug 2018 14:34:24 +0000 (+0200) Subject: js: add new sensor X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/f03e19bf541dfdf6a53ac11ce7fa27cf3b11908d js: add new sensor --- diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 4ee570f..48685e0 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -10,18 +10,21 @@ function dayschart(element, title, days, xtickformat) { xs: { '0416a1ac66ff': '0416a1ac66ff_x', '0516a207a4ff': '0516a207a4ff_x', - '0416a1bab9ff': '0416a1bab9ff_x' + '0416a1bab9ff': '0416a1bab9ff_x', + '0316a2193bff': '0316a2193bff_x' }, names: { '0416a1ac66ff': 'Wassertemperatur 30cm Tiefe', '0516a207a4ff': 'Wassertemperatur 50cm Tiefe', - '0416a1bab9ff': 'Wassertemperatur 1m Tiefe' + '0416a1bab9ff': 'Wassertemperatur 1m Tiefe', + '0316a2193bff': 'Wassertemperatur in 4 m Tiefe' }, xFormat: '%Y-%m-%d %H:%M:%S', colors: { '0416a1ac66ff': 'lightskyblue', '0516a207a4ff': 'royalblue', - '0416a1bab9ff': 'midnightblue' + '0416a1bab9ff': 'mediumblue', + '0316a2193bff': 'midnightblue' }, /* xSort: false,