-
Notifications
You must be signed in to change notification settings - Fork 2
/
library.json
32 lines (32 loc) · 879 Bytes
/
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
{
"name": "PsychicMqttClient",
"version": "0.2.0",
"description": "Fully featured async MQTT client for ESP32 with support for SSL/TLS and MQTT over WS. Uses the ESP-IDF MQTT client library under the hood and adds a powerful and easy to use API on top of it.",
"keywords": "iot, home, automation, async, mqtt, client, esp32, mqttclient, mqtt-client",
"repository": {
"type": "git",
"url": "https://github.com/theelims/PsychicMqttClient.git"
},
"authors": {
"name": "elims",
"email": "elims@gmx.net",
"maintainer": true
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "PsychicMQTTClient.h",
"export": {
"include": [
"docs",
"examples",
"scripts",
"src",
"library.json",
"CHANGELOG.md",
"LICENSE",
"platformio.ini",
"README.md"
]
}
}