TargetThing

public protocol TargetThing: Target

Protocol representing target thing.

  • thingID Default implementation

    Thing id.

    Default Implementation

    Thing ID.

    This equals to TypedID.id in Target.typedID.

    Declaration

    Swift

    var thingID: String
  • Vendor thing id.

    Declaration

    Swift

    var vendorThingID: String