diff --git a/cmd/status/metrics.go b/cmd/status/metrics.go index 8d783a6..d655e9e 100644 --- a/cmd/status/metrics.go +++ b/cmd/status/metrics.go @@ -118,13 +118,13 @@ type BatteryStatus struct { } type ThermalStatus struct { - CPUTemp float64 - GPUTemp float64 - FanSpeed int - FanCount int - SystemPower float64 // System power consumption in Watts - AdapterPower float64 // AC adapter max power in Watts - BatteryPower float64 // Battery charge/discharge power in Watts (positive = discharging) + CPUTemp float64 + GPUTemp float64 + FanSpeed int + FanCount int + SystemPower float64 // System power consumption in Watts + AdapterPower float64 // AC adapter max power in Watts + BatteryPower float64 // Battery charge/discharge power in Watts (positive = discharging) } type SensorReading struct {