forked from marvinroger/async-mqtt-client
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlibrary.json
32 lines (32 loc) · 795 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": "AsyncMqttClient-esphome",
"keywords": "iot, home, automation, async, mqtt, client, esp8266",
"description": "An Arduino for ESP8266 / ESP32 asynchronous MQTT client implementation",
"authors":
{
"name": "Marvin ROGER",
"url": "https://www.marvinroger.fr"
},
"repository":
{
"type": "git",
"url": "https://github.com/OttoWinter/async-mqtt-client.git"
},
"version": "0.8.6",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"owner": "ottowinter",
"name": "ESPAsyncTCP-esphome",
"version": "^1.2.2",
"platforms": "espressif8266"
},
{
"owner": "esphome",
"name": "AsyncTCP-esphome",
"version": "^1.1.1",
"platforms": "espressif32"
}
]
}