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