Send price config to cloud

This commit is contained in:
Gunnar Skjold
2024-08-24 09:40:58 +02:00
parent d0dd9de4d7
commit d2c96c733c
4 changed files with 55 additions and 4 deletions

View File

@@ -1632,6 +1632,11 @@ void AmsWebServer::handleSave() {
}
ps->cropPriceConfig(count);
ps->save();
#if defined(_CLOUDCONNECTOR_H)
if(cloud != NULL) {
cloud->forcePriceUpdate();
}
#endif
} else {
#if defined(AMS_REMOTE_DEBUG)
if (debugger->isActive(RemoteDebug::WARNING))