Skip to content

Commit

Permalink
Update to mqtt 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnetech committed Dec 31, 2021
1 parent 9eb5de3 commit a757f8b
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ test2/auth.json
test2/config.json.*
test2/persist/ControllerStorage.*.json
test2/backups/*
test2/accessories/uiAccessoriesLayout.json
118 changes: 107 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"fakegato-history": "^0.6.2",
"homebridge-lib": "~5.1.4",
"jsonpath": "^1.1.1",
"mqtt": "^4.2.6"
"mqtt": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion run2.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#export DEBUG=*
homebridge -U test2 -D -P .
homebridge -U test2 -D -I -P .
2 changes: 1 addition & 1 deletion test2/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
}, {
"name": "AMAX",
"accessory": "mqttthing",
"url": "url",
"url": "homebridge2",
"username": "user",
"password": "passwd",
"type": "securitySystem",
Expand Down

0 comments on commit a757f8b

Please sign in to comment.