Status

public enum Status : String

The current status of the gateway. connected means the gateway is connected to the remotly installed gateway. idle means this gateway is not currently in use.

  • Undocumented

    Declaration

    Swift

    case connected = "connected"
  • Undocumented

    Declaration

    Swift

    case idle = "idle"