Config

public struct Config : Decodable

Describes the configuration state of the sensor.

  • Indicates whether or not the sensor has been configured.

    Declaration

    Swift

    public let isConfigured: Bool?
  • Indicates whether or not the sensor is currently reachable.

    Declaration

    Swift

    public let isReachable: Bool?
  • Indicates whether or not the sensor is currently activated.

    Declaration

    Swift

    public let isOn: Bool