ESP8266httpUpdate class offers ``` t_httpUpdate_return update(const String& host, uint16_t port, const String& uri = "/", const String& currentVersion = ""); ``` which allows to send some information to a server script ([example](https://arduino-esp8266.readthedocs.io/en/latest/ota_updates/readme.html#http-server)->Advanced updater) For SPIFFS update there is no corresponding function. Or did I miss something?