PowerType

public enum PowerType : UInt32, CaseIterable, Codable

Represents the type of electrical power. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Alternating current, single phase.

    Declaration

    Swift

    case ac1phase
  • Alternating current, two phases, only two of the three available phases connected.

    Declaration

    Swift

    case ac2phase
  • Alternating current, two phases using split phase system.

    Declaration

    Swift

    case ac2phasesplit
  • Alternating current, three phases.

    Declaration

    Swift

    case ac3phase
  • dc

    Direct current.

    Declaration

    Swift

    case dc