master
parent
2cb0505c44
commit
bbe6163b49
|
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"name": "滁州",
|
||||
"delay": 60,
|
||||
"daemon": true,
|
||||
"httpSvr": {
|
||||
"port": 11000
|
||||
},
|
||||
"oss": {
|
||||
"endpoint": "oss-cn-shanghai.aliyuncs.com",
|
||||
"bucketName": "cdn-zsy",
|
||||
"ak": "LTAI5tJJu2WayYchExrT5W1E",
|
||||
"sk": "zllX0ZJ1EwsZXT6dE6swCLgTF4ImGg"
|
||||
},
|
||||
"mqtts": [
|
||||
{
|
||||
"sn": "local",
|
||||
"name": "本地",
|
||||
"server": "127.0.0.1",
|
||||
"port": 1883,
|
||||
"clientId": "local",
|
||||
"username": "dcs",
|
||||
"password": "123456",
|
||||
"subscribes": [
|
||||
{
|
||||
"topic": "stop",
|
||||
"qos": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"sn": "remote",
|
||||
"name": "远程",
|
||||
"server": "139.224.54.144",
|
||||
"port": 1883,
|
||||
"clientId": "czcn",
|
||||
"username": "gps",
|
||||
"password": "TKG4TV3dF7CeazDnUdCF",
|
||||
"subscribes": [
|
||||
{
|
||||
"topic": "czcn/1/barrier",
|
||||
"qos": 0
|
||||
},
|
||||
{
|
||||
"topic": "czcn/1/voice",
|
||||
"qos": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"reportSvr": {
|
||||
"server": "https://supervisory.njzscloud.com",
|
||||
"passUrl": "/api/device_info/report1",
|
||||
"reportUrl": "/api/device_info/report2"
|
||||
},
|
||||
"barriers": [
|
||||
{
|
||||
"name": "进前置",
|
||||
"sn": "b559c687-45a6f7d1",
|
||||
"ip": "192.168.110.201",
|
||||
"io": 0,
|
||||
"platformScale": "1",
|
||||
"soundColumn": "1",
|
||||
"vidicon": "1"
|
||||
},
|
||||
{
|
||||
"name": "进",
|
||||
"sn": "49a2c57a-9c56e55e",
|
||||
"ip": "192.168.110.202",
|
||||
"io": 0,
|
||||
"platformScale": "1",
|
||||
"soundColumn": "1",
|
||||
"vidicon": "1"
|
||||
}
|
||||
],
|
||||
"platformScales": [
|
||||
{
|
||||
"sn": "1",
|
||||
"name": "地磅",
|
||||
"sample": 20,
|
||||
"port": "COM7",
|
||||
"baudRate": 9600,
|
||||
"byteSize": 8,
|
||||
"parity": 0,
|
||||
"stopBits": 0
|
||||
}
|
||||
],
|
||||
"soundColumns": [
|
||||
{
|
||||
"sn": "1",
|
||||
"name": "音柱1",
|
||||
"server": "http://192.168.110.205",
|
||||
"path": "/v1/speech"
|
||||
}
|
||||
],
|
||||
"vidicons": [
|
||||
{
|
||||
"sn": "1",
|
||||
"type": 0,
|
||||
"name": "摄像头",
|
||||
"ip": "192.168.110.206",
|
||||
"port": 8000,
|
||||
"username": "admin",
|
||||
"passwd": "@Cz251002!"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue