mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-03-22 20:15:32 +00:00
Currently this allows for creating FUOTA dpeloyments and adding to / removing from devices and gateways. In its current state, it does not show the status of the FUOTA deployment.
chirpstack-api
ChirpStack gRPC API message and service wrappers for Javascript. Typescript definitions are included.
Install
With npm:
npm install @chirpstack/chirpstack-api --save
Or with yarn:
yarn add @chirpstack/chirpstack-api
Usage
Please refer to https://www.chirpstack.io/docs/chirpstack/api/js-examples.html for code examples.