mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-09 09:49:11 +03:00
Добавлены библиотеки для работы с MQTT
This commit is contained in:
30
libraries/async-mqtt-client/library.json
Normal file
30
libraries/async-mqtt-client/library.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "AsyncMqttClient",
|
||||
"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/marvinroger/async-mqtt-client.git"
|
||||
},
|
||||
"version": "0.8.2",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["espressif8266", "espressif32"],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "ESPAsyncTCP",
|
||||
"version": "^1.1.0",
|
||||
"platforms": "espressif8266"
|
||||
},
|
||||
{
|
||||
"name": "AsyncTCP",
|
||||
"version": "^1.0.0",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user