2.1.0 • Published 6 months ago

@iotize/firmware-update-provider.js v2.1.0

Weekly downloads
4
License
MIT
Repository
-
Last release
6 months ago

IoTize Device Client

This library is still in alpha stage. Breaking changes may occurs in future releases.

See CHANGELOG.

Installation

Browser

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

npm install @iotize/device-client.js

Usage

// Library name: IoTizeDeviceClient
let iotizeDevice = IoTizeDeviceClient.Device.IoTizeDevice.create();

// ...

Typings

Typings are provided with the library.

import { IoTizeDevice } from "@iotize/device-client.js/device";

// ...

For more informations, read the documentation.