You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement request to add a REST API call that dumps the current content of MosquittoClient:messageCache. Currently, there is no good way to get this information to debug issues with the MQTT playlist topic. This API, will dump that cache to a JSON Object to enable better debugging. It could also be used by other services to access the last MQTT value.
The text was updated successfully, but these errors were encountered:
Add /api/fppd/mqtt/cache which will dump all the values of MosquittoClient:messageCache. This is intended for debugging, but could be used by Plugins to access cached MQTT topics
Closes#2098
* API to dump MosquittoClient:messageCache
Add /api/fppd/mqtt/cache which will dump all the values of MosquittoClient:messageCache. This is intended for debugging, but could be used by Plugins to access cached MQTT topics
Closes#2098
Enhancement request to add a REST API call that dumps the current content of MosquittoClient:messageCache. Currently, there is no good way to get this information to debug issues with the MQTT playlist topic. This API, will dump that cache to a JSON Object to enable better debugging. It could also be used by other services to access the last MQTT value.
The text was updated successfully, but these errors were encountered: