Response payload to a RegisterThing request.

Hierarchy

  • RegisterThingResponse

Properties

deviceConfiguration?: {
    [key: string]: string;
}

The device configuration defined in the template.

Type declaration

  • [key: string]: string
thingName?: string

The name of the IoT thing created during provisioning.

Generated using TypeDoc