Sensors

public struct Sensors : DynamicDecodable

Describes all sensor elements for a bridge.

  • Describes a sensor and its configuration.

    See more

    Declaration

    Swift

    public struct Sensor : Decodable
  • Sensor items, keyed by ID.

    Declaration

    Swift

    public var results: [String : Sensor]