kuzzle-device-manager
# Device manager This plugin provides the necessary APIs to manage a fleet of devices linked to assets. It allows to decode the payloads received for the different device models of the application. It works in a multi-tenant mode where each tenant has its own devices and assets. See the [documentation](https://next-docs.kuzzle.io/official-plugins/device-manager/2/) ## Usage In proper way to use this library in your program as an NPM module: ``` npm install kuzzle-device-manager ```