mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-31 05:46:12 -04:00
27 lines
874 B
JSON
27 lines
874 B
JSON
{
|
|
"name": "TasmotaPubSub",
|
|
"version": "2.8.13",
|
|
"keywords": "ethernet, mqtt, m2m, iot, TasmotaPubSub",
|
|
"description": "Tasmota fork of the PubSubClient MQTT library. A client library for MQTT messaging, a lightweight messaging protocol ideal for small devices. This fork is hardened and adapted for Tasmota on ESP8266 and ESP32. Based on the original PubSubClient by Nick O'Leary.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arendst/Tasmota/lib/TasmotaPubSub"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Nick O'Leary",
|
|
"email": "nick.oleary@gmail.com",
|
|
"url": "http://knolleary.net"
|
|
},
|
|
{
|
|
"name": "Stephan Hadinger"
|
|
}
|
|
],
|
|
"exclude": "tests",
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"espressif8266",
|
|
"espressif32"
|
|
]
|
|
}
|