From 57147c95c4ab4e4971eea8308d9846a02d835229 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Fri, 5 Jan 2024 21:41:00 -0500 Subject: [PATCH] Remove cold from status icon box --- py/hexagram/status.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/hexagram/status.py b/py/hexagram/status.py index db4e4ab..ad67a3c 100644 --- a/py/hexagram/status.py +++ b/py/hexagram/status.py @@ -108,7 +108,6 @@ class StatusIconBox(Gauge): (VehicleStatus.BEAMS_LOW, 'beams-low', '#0f0', 'path {fill: %(s)s; stroke: %(s)s}'), (VehicleStatus.BEAMS_PARKING, 'beams-parking', '#ff0'), (VehicleStatus.BELT, 'belt', '#f00', 'path {fill: %(s)s}'), - (VehicleStatus.COLD, 'cold', '#eef', 'path {stroke-width: 8px; stroke: %(s)s'), (VehicleStatus.COLLISION, 'collision', '#f00', 'path {stroke-width: 10px; stroke: %(s)s}'), (VehicleStatus.COOLANT_LOW, 'coolant', '#fa0', 'path, circle, rect {fill: %(s)s} #g9 path {stroke: %(s)s}'), (VehicleStatus.COOLANT_OVERHEAT, 'coolant', '#f00', 'path, circle, rect {fill: %(s)s} #g9 path {stroke: %(s)s}'),