EndNode
public struct EndNode: TargetThing, Equatable
Represents end node.
-
ID of target to issue REST API.
Declaration
Swift
public let typedID: TypedID -
Access token.
Declaration
Swift
public let accessToken: String? -
Vendor thing id.
Declaration
Swift
public let vendorThingID: String -
Init
Declaration
Swift
public init( _ thingID: String, vendorThingID : String, accessToken: String? = nil)Parameters
thingIDID of thing
vendorThingIDID of vendor thing
accessTokenAccess token of the target, can nil.
View on GitHub
EndNode Struct Reference