arduino2/libraries/ThingsBoard/library.json
2020-11-06 13:17:55 +01:00

13 lines
385 B
JSON

{
"name": "ThingsBoard",
"keywords": "mqtt, m2m, iot, thingsboard",
"description": "A library for connecting to the ThingsBoard IoT platform. Thin wrapper on PubSubClient",
"repository": {
"type": "git",
"url": "https://github.com/forGGe/ThingsBoardArduino"
},
"version": "0.1",
"examples": "examples/*/*.ino",
"frameworks": "arduino"
}