Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 399 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 399 Bytes

mosquitto-delay-message

A mosquitto plugin to support delay message

You can publish to topic delay/${seconds}/${target_topic} to send a delay message.

Tips:

  • The max delay seconds is 600. if delay seconds set 0, will be ignored.
  • The max delay seconds config reference mosquitto.conf file where in this project.
  • The republished message will lose MQTT5 protocol's properties data.