From 9df04d252d28cec91b0d43baf1c7c090c5e05d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 27 Mar 2026 09:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/thingsboard/tuoheng.conf | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docker/thingsboard/tuoheng.conf b/docker/thingsboard/tuoheng.conf index 9660b18..d8db70f 100644 --- a/docker/thingsboard/tuoheng.conf +++ b/docker/thingsboard/tuoheng.conf @@ -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}" } ] }