Skip to content

Commit

Permalink
Update mqtt2d.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 29, 2024
1 parent a8f1150 commit 69ba579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/mqtt2d/mqtt2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ if (args.ca) {
rejectUnauthorized: false,
username: args.username,
password: args.password,
clean: false,
will:{
topic : args.root_topic+'/state',
payload: 'offline',
Expand Down

0 comments on commit 69ba579

Please sign in to comment.