Payload for :power_thermal_state_changed events. Published by the native GUI when macOS low power mode or thermal pressure changes.
Summary
Types
@type t() :: %Minga.Events.PowerThermalStateEvent{ low_power?: boolean(), thermal_state: thermal_state() }
@type thermal_state() :: :nominal | :fair | :serious | :critical | {:unknown, non_neg_integer()}