PendingEndNode

Undocumented

  • Vendor thing ID.

    Declaration

    Swift

    public let vendorThingID: String
  • Thing type.

    Declaration

    Swift

    public let thingType: String?
  • Thing properties.

    Declaration

    Swift

    public let thingProperties: [String : Any]?
  • Firmware version.

    Declaration

    Swift

    public let firmwareVersion: String?
  • Initialize ActionResult.

    Developers rarely use this initializer. If you want to recreate same instance from stored data or transmitted data, you can use this method.

    Declaration

    Swift

    public init(
          _ vendorThingID: String,
          thingType: String? = nil,
          thingProperties: [String : Any]? = nil,
          firmwareVersion: String? = nil)