TNEntityPowerType

@objc
public enum TNEntityPowerType : Int, Codable, RawRepresentable

Undocumented

  • AC single phase.

    Declaration

    Swift

    case ac1Phase
  • AC three phase.

    Declaration

    Swift

    case ac3Phase
  • dc

    Direct Current

    Declaration

    Swift

    case dc
  • Undocumented

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)