添加配置

This commit is contained in:
孙小云 2026-03-27 09:22:27 +08:00
parent 20c03117b6
commit 0d0c266da3
1 changed files with 13 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{
"broker": {
"host": "mqtt.t-aaron.com",
"port": 10883,
"host": "45.120.102.65",
"port": 1883,
"version": 5,
"clientId": "ThingsBoard_gateway_tuoheng",
"security": {
"type": "basic",
"username": "admin",
"password": "admin"
"password": "EmQx2026@th"
},
"maxNumberOfWorkers": 100,
"maxMessageNumberPerWorker": 10
@ -315,6 +315,16 @@
"key": "distance_to_home",
"type": "double",
"value": "${data.distToHome}"
},
{
"key": "camerapitch",
"type": "double",
"value": "${data.camerapitch}"
},
{
"key": "camerayaw",
"type": "double",
"value": "${data.camerayaw}"
}
]
}