24 lines
531 B
JSON
24 lines
531 B
JSON
|
|
{
|
||
|
|
"PlcConfiguration": {
|
||
|
|
"IpAddress": "192.168.1.100",
|
||
|
|
"Port": 502,
|
||
|
|
"SlaveId": 1,
|
||
|
|
"PressureRegister": 1000,
|
||
|
|
"WetFlowRegister": 1002,
|
||
|
|
"WetFlowRegister2": 1004,
|
||
|
|
"WetFlowRegister3": 1006,
|
||
|
|
"PressureRegisterStation1": 1008,
|
||
|
|
"PressureRegisterStation2": 1010,
|
||
|
|
"PressureRegisterStation3": 1012
|
||
|
|
},
|
||
|
|
"MesConfiguration": {
|
||
|
|
"BaseUrl": "http://192.168.1.200:8080",
|
||
|
|
"ApiKey": "your-api-key",
|
||
|
|
"TimeoutSeconds": 30,
|
||
|
|
"RetryCount": 3
|
||
|
|
},
|
||
|
|
"DeviceConfiguration": {
|
||
|
|
"DeviceId": "HME-001",
|
||
|
|
"UpdateIntervalMs": 1000
|
||
|
|
}
|
||
|
|
}
|