UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

10 lines 250 B
/** * Device registration can have one of the following states. */ export declare enum DeviceRegistrationStatus { WAITING_FOR_CONNECTION, PENDING_ACCEPTANCE, ACCEPTED, BLOCKED } //# sourceMappingURL=DeviceRegistrationStatus.d.ts.map