添加配置
This commit is contained in:
parent
20c03117b6
commit
0d0c266da3
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"broker": {
|
"broker": {
|
||||||
"host": "mqtt.t-aaron.com",
|
"host": "45.120.102.65",
|
||||||
"port": 10883,
|
"port": 1883,
|
||||||
"version": 5,
|
"version": 5,
|
||||||
"clientId": "ThingsBoard_gateway_tuoheng",
|
"clientId": "ThingsBoard_gateway_tuoheng",
|
||||||
"security": {
|
"security": {
|
||||||
"type": "basic",
|
"type": "basic",
|
||||||
"username": "admin",
|
"username": "admin",
|
||||||
"password": "admin"
|
"password": "EmQx2026@th"
|
||||||
},
|
},
|
||||||
"maxNumberOfWorkers": 100,
|
"maxNumberOfWorkers": 100,
|
||||||
"maxMessageNumberPerWorker": 10
|
"maxMessageNumberPerWorker": 10
|
||||||
|
|
@ -315,6 +315,16 @@
|
||||||
"key": "distance_to_home",
|
"key": "distance_to_home",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"value": "${data.distToHome}"
|
"value": "${data.distToHome}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "camerapitch",
|
||||||
|
"type": "double",
|
||||||
|
"value": "${data.camerapitch}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "camerayaw",
|
||||||
|
"type": "double",
|
||||||
|
"value": "${data.camerayaw}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue