mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 08:19:18 +00:00
chore: auto format code
This commit is contained in:
@@ -118,13 +118,13 @@ type BatteryStatus struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ThermalStatus struct {
|
type ThermalStatus struct {
|
||||||
CPUTemp float64
|
CPUTemp float64
|
||||||
GPUTemp float64
|
GPUTemp float64
|
||||||
FanSpeed int
|
FanSpeed int
|
||||||
FanCount int
|
FanCount int
|
||||||
SystemPower float64 // System power consumption in Watts
|
SystemPower float64 // System power consumption in Watts
|
||||||
AdapterPower float64 // AC adapter max power in Watts
|
AdapterPower float64 // AC adapter max power in Watts
|
||||||
BatteryPower float64 // Battery charge/discharge power in Watts (positive = discharging)
|
BatteryPower float64 // Battery charge/discharge power in Watts (positive = discharging)
|
||||||
}
|
}
|
||||||
|
|
||||||
type SensorReading struct {
|
type SensorReading struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user