2017-12-25 16:41:12 +00:00
|
|
|
{
|
2018-10-26 16:13:17 +01:00
|
|
|
"name": "TasmotaModbus",
|
2019-10-23 12:11:53 +01:00
|
|
|
"version": "1.2.0",
|
2017-12-25 16:41:12 +00:00
|
|
|
"keywords": [
|
2018-10-26 16:13:17 +01:00
|
|
|
"serial", "io", "TasmotaModbus"
|
2017-12-25 16:41:12 +00:00
|
|
|
],
|
2018-10-26 16:13:17 +01:00
|
|
|
"description": "Basic modbus wrapper for TasmotaSerial for ESP8266.",
|
2017-12-25 16:41:12 +00:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2019-11-13 10:46:56 +00:00
|
|
|
"url": "https://github.com/arendst/Tasmota/lib/TasmotaModbus"
|
2017-12-25 16:41:12 +00:00
|
|
|
},
|
|
|
|
"frameworks": "arduino",
|
2021-01-23 10:49:19 +00:00
|
|
|
"platforms": ["espressif8266", "espressif32"]
|
2017-12-25 16:41:12 +00:00
|
|
|
}
|