Extracted mqtt publish into sperate function

This commit is contained in:
Ollo
2025-04-18 18:06:43 +02:00
parent 8e3f4f4286
commit c07d6db238
2 changed files with 41 additions and 14 deletions

View File

@@ -22,7 +22,8 @@ serde_derive = "1.0"
serde_json = "1.0"
# end of web stuff
ping = "0.4.1"
paho-mqtt = "0.12.3"
paho-mqtt = "0.13.2"
async-trait = "0.1"
# Ini File parser
rust-ini = "0.21"
lazy_static = "1.4"