ThermalControlSetting

public protocol ThermalControlSetting : AnyObject

Setting to change the thermal control mode.

  • Tells if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Supported modes.

    Declaration

    Swift

    var supportedModes: Set<ThermalControlMode> { get }
  • Current thermal control mode setting.

    Declaration

    Swift

    var mode: ThermalControlMode { get set }