formatting

This commit is contained in:
proddy
2022-03-28 17:49:38 +02:00
parent b9e1c0ba56
commit 3f68c0001e
2 changed files with 4 additions and 4 deletions

View File

@@ -208,7 +208,7 @@ void WebCustomizationService::device_entities(AsyncWebServerRequest * request, J
request->send(response);
}
// takes a list of masked ids send from the webUI
// takes a list of masked ids sent from the webUI
// saves it in the customization service
// and updates the entity list real-time
void WebCustomizationService::masked_entities(AsyncWebServerRequest * request, JsonVariant & json) {