20 lines
233 B
JSON
20 lines
233 B
JSON
{
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": 5020
|
|
},
|
|
"registers": {
|
|
"holding": {
|
|
"0": 0,
|
|
"1": 0,
|
|
"2": 0,
|
|
"3": 0,
|
|
"4": 0
|
|
},
|
|
"coils": {
|
|
"0": false,
|
|
"1": false
|
|
}
|
|
}
|
|
}
|