OnboardWithThingIDOptions
public class OnboardWithThingIDOptions
Optional parameters of
ThingIFAPI.onboardWithThingID(thingID:thingPassword:options:completionHandler:)
.
-
Undocumented
Declaration
Swift
public class OnboardWithThingIDOptions
-
Undocumented
Declaration
Swift
public class OnboardWithThingIDOptions
-
initializer.
Parameter
Parameter position: GATEWAY | STANDALONE | ENDNODE.Parameter
Parameter interval: INTERVAL_1_MINUTE | INTERVAL_15_MINUTES | INTERVAL_30_MINUTES | INTERVAL_1_HOUR | INTERVAL_12_HOURS. Will be used to create the bucket to store the state history when the thing is not using traits.Declaration
Swift
public init(position: LayoutPosition? = nil, interval: DataGroupingInterval? = nil)
Parameters
position
GATEWAY | STANDALONE | ENDNODE.
interval
INTERVAL_1_MINUTE | INTERVAL_15_MINUTES | INTERVAL_30_MINUTES | INTERVAL_1_HOUR | INTERVAL_12_HOURS. Will be used to create the bucket to store the state history when the thing is not using traits.