State

public struct State : Decodable

Describes the state of a sensor.

  • The on/off state of the sensor.

    Declaration

    Swift

    public let flag: Bool