From 2cb0505c443fab08181a5dbaa90888f365ad56b6 Mon Sep 17 00:00:00 2001 From: lzq Date: Fri, 3 Oct 2025 11:10:53 +0800 Subject: [PATCH] 1 --- config/chu_zhou-cheng_dong.json | 124 ++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 config/chu_zhou-cheng_dong.json diff --git a/config/chu_zhou-cheng_dong.json b/config/chu_zhou-cheng_dong.json new file mode 100644 index 0000000..7149622 --- /dev/null +++ b/config/chu_zhou-cheng_dong.json @@ -0,0 +1,124 @@ +{ + "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": "czcd", + "username": "gps", + "password": "TKG4TV3dF7CeazDnUdCF", + "subscribes": [ + { + "topic": "czcd/1/barrier", + "qos": 0 + }, + { + "topic": "czcd/1/voice", + "qos": 0 + } + ] + } + ], + "reportSvr": { + "server": "https://supervisory.njzscloud.com", + "passUrl": "/api/device_info/report1", + "reportUrl": "/api/device_info/report2" + }, + "barriers": [ + { + "name": "进前置", + "sn": "8cba172c-7213298a", + "ip": "192.168.1.201", + "io": 0, + "platformScale": "1", + "soundColumn": "1", + "vidicon": "1" + }, + { + "name": "进", + "sn": "1da4139a-1a206a9c", + "ip": "192.168.1.203", + "io": 0, + "platformScale": "1", + "soundColumn": "1", + "vidicon": "1" + }, + { + "name": "出前置", + "sn": "76aea2e2-70d55d79", + "ip": "192.168.1.204", + "io": 0, + "platformScale": "1", + "soundColumn": "1", + "vidicon": "1" + }, + { + "name": "出", + "sn": "23a76e43-d747386e", + "ip": "192.168.1.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.1.205", + "path": "/v1/speech" + } + ], + "vidicons": [ + { + "sn": "1", + "type": 0, + "name": "摄像头", + "ip": "192.168.1.206", + "port": 8000, + "username": "admin", + "passwd": "@Cz251002!" + } + ] +} \ No newline at end of file