Skip to content

Commit

Permalink
fix mqttServer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Dec 31, 2024
1 parent 32ec4ef commit e5555ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ app.use("data/+/set", handleStateSet);
app.use("data/+", handleState);
app.use("remote/ble", handleRemote);
app.use("checkWeatherPi", handleCheckWeatherPi);
app.listen(ConfigJson.mqttServer.URL);
app.listen(mqttServer.URL);

0 comments on commit e5555ac

Please sign in to comment.