Refactor MQTT client initialization to validate host and port, and add connection testing; move command execution to a new utility module
This commit is contained in:
parent
f61f7618bc
commit
e4a0b66252
3 changed files with 45 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Hasspy
|
||||
After=network.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue