92 lines
1.8 KiB
JSON
92 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"vehicle": {
|
||
|
|
"device_no": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "KL001",
|
||
|
|
"title": "设备编号"
|
||
|
|
},
|
||
|
|
"vehicle_id": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "V010001",
|
||
|
|
"title": "车辆编号"
|
||
|
|
},
|
||
|
|
"vin": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "LSV1234567890KUNL",
|
||
|
|
"title": "车辆 VIN"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"cloud": {
|
||
|
|
"platform_ip": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "36.137.175.196",
|
||
|
|
"title": "平台 IP"
|
||
|
|
},
|
||
|
|
"platform_port": {
|
||
|
|
"type": "int",
|
||
|
|
"default": 11101,
|
||
|
|
"title": "平台端口"
|
||
|
|
},
|
||
|
|
"mqtt_ip": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "192.168.4.196",
|
||
|
|
"title": "MQTT 服务器 IP"
|
||
|
|
},
|
||
|
|
"mqtt_port": {
|
||
|
|
"type": "int",
|
||
|
|
"default": 1883,
|
||
|
|
"title": "MQTT 端口"
|
||
|
|
},
|
||
|
|
"mqtt_username": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "",
|
||
|
|
"title": "MQTT 用户名"
|
||
|
|
},
|
||
|
|
"mqtt_password": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "",
|
||
|
|
"title": "MQTT 密码"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"cockpit": {
|
||
|
|
"mqtt_ip": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "192.168.1.110",
|
||
|
|
"title": "驾驶舱 MQTT IP"
|
||
|
|
},
|
||
|
|
"mqtt_port": {
|
||
|
|
"type": "int",
|
||
|
|
"default": 1883,
|
||
|
|
"title": "驾驶舱 MQTT 端口"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"serial": {
|
||
|
|
"dev_name": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "/dev/ttyUSB3",
|
||
|
|
"title": "串口设备名"
|
||
|
|
},
|
||
|
|
"baudrate": {
|
||
|
|
"type": "int",
|
||
|
|
"default": 115200,
|
||
|
|
"title": "串口波特率"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"tbox": {
|
||
|
|
"login_seq": {
|
||
|
|
"type": "int",
|
||
|
|
"default": 1,
|
||
|
|
"title": "登入序号"
|
||
|
|
},
|
||
|
|
"login_seq_date": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "000000",
|
||
|
|
"title": "登入日期"
|
||
|
|
},
|
||
|
|
"heartbeat_interval": {
|
||
|
|
"type": "int",
|
||
|
|
"default": 60,
|
||
|
|
"title": "心跳间隔(秒)"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|