mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Framework update
This commit is contained in:
@@ -170,6 +170,11 @@ namespace OpenWifi {
|
||||
modified = true;
|
||||
}
|
||||
|
||||
if(Locale!=ExistingDevice.locale) {
|
||||
ExistingDevice.locale = Locale;
|
||||
modified = true;
|
||||
}
|
||||
|
||||
if(modified) {
|
||||
ExistingDevice.info.modified = std::time(nullptr);
|
||||
StorageService()->InventoryDB().UpdateRecord("serialNumber", SerialNumber, ExistingDevice);
|
||||
|
||||
Reference in New Issue
Block a user