You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
951 B
50 lines
951 B
{
|
|
"base": {
|
|
"console": true,
|
|
"ptzCtrlTypes": [
|
|
{
|
|
"type": "CameraSdk",
|
|
"Name": "协议HDY"
|
|
},
|
|
{
|
|
"type": "PelcoD",
|
|
"Name": "协议Pd"
|
|
},
|
|
{
|
|
"type": "PelcoP",
|
|
"Name": "协议Pp"
|
|
},
|
|
{
|
|
"type": "DCamera",
|
|
"Name": "协议D508"
|
|
}
|
|
|
|
]
|
|
},
|
|
"military": {
|
|
"url": "http://192.168.1.119:8080/military",
|
|
"username": "admin",
|
|
"password": "123456",
|
|
"requestTryTime": "5",
|
|
"requestTryInterval": "200"
|
|
},
|
|
"alarmPlatform": {
|
|
"realPlay": true,
|
|
"type": "mqtt",
|
|
"mqtt": {
|
|
"ip": "192.168.1.200",
|
|
"port": "1883",
|
|
"username": "admin",
|
|
"password": "public",
|
|
"clientId": "alarm-platform1",
|
|
"retryTime": "5",
|
|
"retryInterval": "200",
|
|
"pubDevicesTopic": "PPS/Devices",
|
|
"pubSensorsTopic": "PPS/Sensors",
|
|
"pubDeviceStateTopic": "PPS/DeviceState",
|
|
"pubSensorStateTopic": "PPS/SensorState",
|
|
"pubAlarmTopic": "PPS/AlarmMessage/Fence",
|
|
"subCmdTopic": "PPS/Cmd"
|
|
}
|
|
}
|
|
}
|