Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
create mosquitto account for the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-D20 committed Apr 10, 2024
1 parent da08518 commit 2bcd8fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panduza_platform/core/mqtt_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ async def __state_init(self):

# self.mqtt_client.keep_alive = 45

self.mqtt_client.username_pw_set(username="plat", password="azertyu@")


self.mqtt_client.on_message = self.__on_message

Expand Down

0 comments on commit 2bcd8fc

Please sign in to comment.