fix: mqtt subscriptions, web devcelist, roomcontrol replys after switchoff

This commit is contained in:
MichaelDvP
2020-07-07 16:46:27 +02:00
parent 6b3b97efe6
commit 40ac7bbf5b
5 changed files with 15 additions and 15 deletions

View File

@@ -27,10 +27,9 @@ void EMSESPDevicesService::emsespDevicesService(AsyncWebServerRequest * request)
deviceRoot["productid"] = emsdevice->product_id();
deviceRoot["version"] = emsdevice->version();
}
response->setLength();
request->send(response);
}
response->setLength();
request->send(response);
}
} // namespace emsesp