This library is still in alpha
stage. Breaking changes may occurs in future releases.
See CHANGELOG.
Download latest version or use this link to load from jsdeliver.
<script src="https://cdn.jsdelivr.net/npm/@iotize/device-client.js@latest/dist/iotize-device-client.min.js"/>
npm install @iotize/device-client.js
// Library name: IoTizeDeviceClient
let iotizeDevice = IoTizeDeviceClient.Device.IoTizeDevice.create();
// ...
Typings are provided with the library.
import { IoTizeDevice } from "@iotize/device-client.js/device";
// ...
For more informations, read the documentation.
Generated using TypeDoc