Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IDeviceRegistrationAccept

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

    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