TargetThing
public protocol TargetThing: Target
Protocol representing target thing.
-
thingIDDefault implementationThing id.
Default Implementation
Thing ID.
This equals to
TypedID.idinTarget.typedID.Declaration
Swift
var thingID: String -
Vendor thing id.
Declaration
Swift
var vendorThingID: String
View on GitHub
TargetThing Protocol Reference