Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uilton-oliveira committed Jan 9, 2022
1 parent e044b8e commit 6a154bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if (!WOL_HOST || !WOL_USER || !WOL_PASS || !WOL_MAC || !WOL_BROADCAST_ADDR || !M
}

const client = mqtt.connect(`mqtt://${MQ_HOST}`, {
clientId: "mqtt_wol",
username: MQ_USER,
password: MQ_PASS
});
Expand Down

0 comments on commit 6a154bc

Please sign in to comment.