1
0
Fork 0
modbusmqtt/modbus-mqtt/examples/sungrow-sh5.0rs-http.json

19 lines
378 B
JSON

{
"host": "10.10.10.219",
"unit": 1,
"proto": "winet-s",
"registers": [
{
"address": 13000,
"type": "u16",
"name": "running_state",
"period": "1s"
},
{
"address": 13022,
"type": "s16",
"name": "battery_power",
"period": "3s"
}
]
}