添加项目文件。
This commit is contained in:
24
appsettings.json
Normal file
24
appsettings.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user