mirror of https://github.com/arendst/Tasmota.git
16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"name": "TasmotaModbus",
|
|
"version": "1.2.0",
|
|
"keywords": [
|
|
"serial", "io", "TasmotaModbus"
|
|
],
|
|
"description": "Basic modbus wrapper for TasmotaSerial for ESP8266.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/arendst/Tasmota/lib/TasmotaModbus"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266"
|
|
}
|