Hello, I’m setting up I/O reporting on TRB140 (v00.07.18.3). I have pins set up as inputs and then MQTT actions defined in Event Juggler to send MQTT messages on any level change.
That works mostly as expected, but there does not seem to be an option to set “retained” flag to the MQTT messages. Is it possible such feature could be added, or is it hidden somewhere else maybe?
That would be very usefull for our use case - the inputs are detecting AC ON and Battery LOW signals on battery-backed power supply. When we loose connection to the site, we need to know if it is due to power loss. If messages were retained, we could simply subscribe to the topic and see the last message from the TRB. Otherwise we would have to set up some active monitoring so we can “retain the information” ourselves.