Skip to content

UI3-217

Compare
Choose a tag to compare
@bp2008 bp2008 released this 18 Jun 17:21
· 157 commits to master since this release

Version 217

  • Each UI3 MQTT client now publishes a randomly-named retained subtopic to ui3/instance_id/online indicating that it is online and configured to publish, subscribe, or both. This topic is cleared when the client disconnects. 3rd-party applications may use this information to learn how many UI3 instances are currently connected to MQTT at any given time.

    MqttSample

  • Improved behavior when rapidly toggling the MQTT client on and off.