OnboardEndnodeWithGatewayOptions

public class OnboardEndnodeWithGatewayOptions

Optional parameters of ThingIFAPI.onboardEndnodeWithGateway(pendingEndnode:endnodePassword:options:completionHandler:).

  • Undocumented

    Declaration

    Swift

    public class OnboardEndnodeWithGatewayOptions
  • initializer.

    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(interval: DataGroupingInterval? = nil)

    Parameters

    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.