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
thingTypeType of the thing given by vendor. If the thing is already registered, this value would be ignored by IoT Cloud.
firmwareVersionFirmware version of the thing.
thingPropertiesThe properties of the thing. You can set both the predefined and custom fields. thingProperties must be JSON compatible. Please read here for more details.
positionGATEWAY | STANDALONE | ENDNODE.
View on GitHub
OnboardWithVendorThingIDOptions Struct Reference