From 4c172abb6a93e93bf240bbb9a1d92a4968a56351 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 23 Nov 2022 19:41:12 +0100 Subject: [PATCH] feat(iot): Add shared cursor for room dashboard This patch adjusts the room climate dashboard to use a shared cursor to make it easier to cross reference temprature and humidity. throughout time. --- apps/base/iot/dashboards/room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/iot/dashboards/room.json b/apps/base/iot/dashboards/room.json index 55c0f651c..3b8f5657f 100644 --- a/apps/base/iot/dashboards/room.json +++ b/apps/base/iot/dashboards/room.json @@ -60,7 +60,7 @@ }, "editable": true, "fiscalYearStartMonth": 0, - "graphTooltip": 0, + "graphTooltip": 1, "id": null, "links": [], "liveNow": false, -- GitLab