solar mqtt

This commit is contained in:
MichaelDvP
2022-04-03 13:49:17 +02:00
parent 6069af3e90
commit d94eb26fa8
2 changed files with 1 additions and 2 deletions

View File

@@ -1205,7 +1205,7 @@ bool System::command_info(const char * value, const int8_t id, JsonObject & outp
obj["product id"] = emsdevice->product_id();
obj["version"] = emsdevice->version();
obj["entities"] = emsdevice->count_entities();
char result[250];
char result[300];
(void)emsdevice->show_telegram_handlers(result, sizeof(result), EMSdevice::Handlers::RECEIVED);
if (result[0] != '\0') {
obj["handlers received"] = result; // don't show handlers if there aren't any