fix: Better resilience towards MQTT connection loss and errors (#80)

This commit is contained in:
Pascal Bourque
2025-11-01 09:05:05 -04:00
committed by GitHub
parent f2d35a1ca5
commit 2e075cd40d
2 changed files with 670 additions and 225 deletions

893
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@
"commander": "14.0.1",
"dotenv": "17.2.3",
"mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.3.3",
"mysa-js-sdk": "1.4.0",
"pino": "10.1.0",
"pino-pretty": "13.1.2"
},