OnboardWithVendorThingIDOptions
public struct OnboardWithVendorThingIDOptions
Optional parameters of
ThingIFAPI.onboardWith(vendorThingID:thingPassword:options:completionHandler:)
.
-
Undocumented
Declaration
Swift
public struct OnboardWithVendorThingIDOptions
-
Undocumented
Declaration
Swift
public struct OnboardWithVendorThingIDOptions
-
Undocumented
Declaration
Swift
public struct OnboardWithVendorThingIDOptions
-
Undocumented
Declaration
Swift
public struct OnboardWithVendorThingIDOptions
-
initializer.
Declaration
Swift
public init( _ thingType: String? = nil, firmwareVersion: String? = nil, thingProperties: [String : Any]? = nil, position: LayoutPosition? = nil)
Parameters
thingType
Type of the thing given by vendor. If the thing is already registered, this value would be ignored by IoT Cloud.
firmwareVersion
Firmware version of the thing.
thingProperties
The properties of the thing. You can set both the predefined and custom fields. thingProperties must be JSON compatible. Please read here for more details.
position
GATEWAY | STANDALONE | ENDNODE.