Skip to content

Commit

Permalink
Added defaults to io-package
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Jun 21, 2024
1 parent 859e6c3 commit 4060a94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"websocket": false,
"ssl": false,
"rejectUnauthorized": true,
"clientId": "",
"clientId": "iobroker-mqtt-client",
"username": "",
"password": "",
"onConnectTopic": "",
Expand All @@ -241,8 +241,8 @@
"lastWillMessage": "",
"subscriptions": "",
"reconnectPeriod": 30000,
"outbox": "",
"inbox": "",
"outbox": "ioBroker",
"inbox": "ioBroker",
"enabled": false,
"publish": false,
"pubChangesOnly": false,
Expand Down

0 comments on commit 4060a94

Please sign in to comment.