UNPKG

@c8y/client

Version:

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

9 lines 270 B
/** * Device registration can have one of the following security modes. */ export declare enum DeviceRegistrationSecurityMode { REQUIRED = "REQUIRED", OPTIONAL = "OPTIONAL", IGNORED = "IGNORED" } //# sourceMappingURL=DeviceRegistrationSecurityMode.d.ts.map