1.0.3 • Published 1 month ago

node-red-contrib-mqtt-auto v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

node-red-contrib-mqtt-auto 📜

This node is intended to facilitate connection and change of connection credentials at runtime.

Nodes ☕️

Diga adeus aos perfis sem graça. Com nossos templates de perfil, você terá um readme de perfil íncrivel. Com cores vibrantes,imagens surpreendentes e outros elementos visuais cativantes.

mqtt-auto-connect

msg.payload = {

  "client_id": "clientid",
  "host": "locahost",
  "user": "user",
  "password": "password",
  "reconnect_t" : 1, // 0 No Reconect  1 AutoReconnect
};

mqtt-auto-disconnect

msg.client_id = "client_id";

mqtt-auto-status

mqtt-auto-subscribe

msg.client_id = "client_id";
msg.topic = "topic";

mqtt-auto-unsubscribe

msg.client_id = "client_id";
msg.topic = "topic";

Thanks 🔥

This project was based on the project of promd76

Donate ☕️

If this project was useful to you, help me continue developing and drinking a coffee while I'm coding.

GRCode PIXGRCode PayPal
GRCode PIXGRCode PayPal
1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago