ThermalControlMode

@objc(GSThermalControlMode)
public enum ThermalControlMode : Int, CustomStringConvertible, CaseIterable

Thermal control modes.

  • Thermal control is off.

    Declaration

    Swift

    case disabled
  • Thermal control is enabled, in standard mode, blending on device.

    Declaration

    Swift

    case standard
  • Thermal control is enabled, blending on drone.

    Declaration

    Swift

    case blended
  • Debug description.

    Declaration

    Swift

    public var description: String { get }