Skip to content

Commit

Permalink
Change qos to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
yusijs committed Feb 20, 2024
1 parent e7233ad commit 19944c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entities/create-entities-mqtt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const createEntitiesMqtt = async () => {
d.config_topic,
JSON.stringify(mqttPayload),
{
qos: 2,
qos: 1,
retain: true,
},
async () => {
Expand Down

0 comments on commit 19944c9

Please sign in to comment.