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

    Interface IDeviceRegistrationLimit

    interface IDeviceRegistrationLimit {
        deviceCount?: number;
        isReached: boolean;
        limit?: number;
    }
    Index

    Properties

    deviceCount?: number

    Shows the current registered device count

    isReached: boolean

    Indicates if the limit is reached

    limit?: number

    Shows the current limit