6.2.1.17 20181017 * Enable updated non-blocking PubSubClient as default MQTT client * Update TasmotaModbus and TasmotaSerial libraries for support of serial 8N2 communication * Add support for Pzem-003/017 DC Energy monitoring module (#3694) * Change support for Pzem-014/016 AC Energy monitoring module (#3694)
16 lines
387 B
JSON
16 lines
387 B
JSON
{
|
|
"name": "TasmotaModbus",
|
|
"version": "1.1.0",
|
|
"keywords": [
|
|
"serial", "io", "TasmotaModbus"
|
|
],
|
|
"description": "Basic modbus wrapper for TasmotaSerial for ESP8266.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/arendst/Sonoff-Tasmota/lib/TasmotaModbus"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266"
|
|
}
|