Skip to content

Commit 960abf8

Browse files
committed
Fixed port field datatype in default BACnet connector config file
1 parent 7b8cec5 commit 960abf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thingsboard_gateway/config/bacnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"application": {
33
"objectName": "TB_gateway",
44
"host": "0.0.0.0",
5-
"port": "47808",
5+
"port": 47808,
66
"mask": "24",
77
"objectIdentifier": 599,
88
"maxApduLengthAccepted": 1476,

0 commit comments

Comments
 (0)