{{ 'device-profile.lwm2m.init-attr-tel-as-obs-strategy' | translate }} device-profile.lwm2m.observe-strategy.observe-strategy {{ observeStrategyMap.get(lwm2mDeviceProfileFormGroup.get('observeStrategy').value)?.name | translate }} @for (strategy of observeStrategyList; track strategy) { {{ observeStrategyMap.get(strategy).name | translate }} {{ observeStrategyMap.get(strategy).description | translate }} }
@if (!isTransportWasRunWithBootstrap) {
warning LwM2M transport was run without bootstrap server
} {{ 'device-profile.lwm2m.include-bootstrap-server' | translate }}
device-profile.lwm2m.ota-update {{ 'device-profile.lwm2m.use-object-19-for-ota-update' | translate }}
device-profile.lwm2m.fw-update {{ 'device-profile.lwm2m.fw-update-strategy' | translate }} {{ 'device-profile.lwm2m.fw-update-strategy-package' | translate }} {{ 'device-profile.lwm2m.fw-update-strategy-package-uri' | translate }} {{ 'device-profile.lwm2m.fw-update-strategy-data' | translate }} @if (lwm2mDeviceProfileFormGroup.get('clientLwM2mSettings.fwUpdateStrategy').value === 2) { {{ 'device-profile.lwm2m.fw-update-resource' | translate }} @if (lwm2mDeviceProfileFormGroup.get('clientLwM2mSettings.fwUpdateResource').hasError('required')) { {{ 'device-profile.lwm2m.fw-update-resource-required' | translate }} } }
device-profile.lwm2m.sw-update {{ 'device-profile.lwm2m.sw-update-strategy' | translate }} {{ 'device-profile.lwm2m.sw-update-strategy-package' | translate }} {{ 'device-profile.lwm2m.sw-update-strategy-package-uri' | translate }} @if (lwm2mDeviceProfileFormGroup.get('clientLwM2mSettings.swUpdateStrategy').value === 2) { {{ 'device-profile.lwm2m.sw-update-resource' | translate }} @if (lwm2mDeviceProfileFormGroup.get('clientLwM2mSettings.swUpdateResource').hasError('required')) { {{ 'device-profile.lwm2m.sw-update-resource-required' | translate }} } }
device-profile.power-saving-mode
device-profile.lwm2m.default-object-id @for (objectIDVer of objectIDVers; track objectIDVer) { {{ objectIDVerTranslationMap.get(objectIDVer) | translate }} }