Skip to content

Commit 99bf785

Browse files
grandpaulbafu
authored andcommitted
dashboard-darknet.json: Update to latest MQTT client
More fixes for previous commit. Need to change "paho_mqtt_js" to "paho_mqtt" and "topics" to "topic" Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
1 parent 7f35dd2 commit 99bf785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/dashboard-darknet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"datasources": [
5454
{
5555
"name": "Detection Result",
56-
"type": "paho_mqtt_js",
56+
"type": "paho_mqtt",
5757
"settings": {
5858
"server": "localhost",
5959
"port": 3000,
6060
"use_ssl": false,
6161
"client_id": "freeboard_darknetres",
62-
"topics": "berrynet/engine/darknet/result",
62+
"topic": "berrynet/engine/darknet/result",
6363
"json_data": true,
6464
"username": "",
6565
"password": "",

0 commit comments

Comments
 (0)