-
Notifications
You must be signed in to change notification settings - Fork 124
/
library.json
34 lines (34 loc) · 1.03 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ThingsBoard",
"keywords": "mqtt, iot, arduino, esp8266, embedded, esp32, arduino-library, mcu, thingsboard, m5stack-library, arduino-nano-rp2040-connect, arduino-nano-rp2040, raspberry-pi-pico-w",
"description": "Arduino library to connect with ThingsBoard IoT Platform over MQTT or HTTP/S",
"repository": {
"type": "git",
"url": "https://github.com/thingsboard/thingsboard-client-sdk"
},
"dependencies":
[
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^6.21.5"
},
{
"owner": "thingsboard",
"name": "TBPubSubClient",
"version": "^2.11.0",
"frameworks": ["arduino"]
},
{
"owner": "arduino-libraries",
"name": "ArduinoHttpClient",
"version": "^0.6.1",
"frameworks": ["arduino"]
},
"Update"
],
"version": "0.15.0",
"examples": "examples/*/*.ino",
"frameworks": "*",
"license": "MIT"
}