From 163570ea2be5d6fe48ebb128dbbfcef20490ca15 Mon Sep 17 00:00:00 2001 From: Svante Bengtson Date: Sat, 13 Jul 2024 18:00:33 +0200 Subject: [PATCH] show clock and heat on speed screen if there's room --- src/views/DeviceStreamLive.vue | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/src/views/DeviceStreamLive.vue b/src/views/DeviceStreamLive.vue index ad42b26..dc990b3 100644 --- a/src/views/DeviceStreamLive.vue +++ b/src/views/DeviceStreamLive.vue @@ -2,10 +2,28 @@
+
+
+ {{ clock }} +
+
+ heat  + {{ heatInfo.data.value[0].HeatNumber }} +
+
+