update fw/sw strategy

This commit is contained in:
YevhenBondarenko 2021-07-16 17:57:34 +03:00
parent 4e229ea24e
commit 39ff7af478

View File

@ -199,6 +199,11 @@ public class DefaultLwM2MOtaUpdateService extends LwM2MExecutorAwareService impl
}
}, executor);
}
var clientSettings = clientContext.getProfile(client.getProfileId()).getClientLwM2mSettings();
onFirmwareStrategyUpdate(client, clientSettings);
onCurrentSoftwareStrategyUpdate(client, clientSettings);
}
@Override