Interface IDeviceRegistrationAccept

interface IDeviceRegistrationAccept {
    error?: string;
    id: string;
    successful: boolean;
}

Properties

Properties

error?: string

Text to describe an error that occurred while registering the device

id: string

Unique identifier of accepted device registration

successful: boolean

Success state of device registration