0.8.970008-zero

This commit is contained in:
Patrick Amrhein 2024-03-28 09:21:16 +01:00
parent 4a2434f763
commit 8452e5613c
4 changed files with 98 additions and 12 deletions

View file

@ -630,6 +630,9 @@ void app::resetSystem(void) {
//-----------------------------------------------------------------------------
void app::mqttSubRxCb(JsonObject obj) {
mApi.ctrlRequest(obj);
#if defined(PLUGIN_ZEROEXPORT)
mZeroExport.onMqttMessage(obj);
#endif
}
//-----------------------------------------------------------------------------