Interface IDeviceRegistrationLimit

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

Properties

deviceCount?: number

Shows the current registered device count

isReached: boolean

Indicates if the limit is reached

limit?: number

Shows the current limit