rule-node-config.save-attribute.processing-settings
{{ 'rule-node-config.basic-mode' | translate}} {{ 'rule-node-config.advanced-mode' | translate }}
@if(!attributesConfigForm.get('processingSettings.isAdvanced').value) { rule-node-config.save-attribute.strategy @for (strategy of processingStrategies; track strategy) { {{ ProcessingTypeTranslationMap.get(strategy) | translate }} } @if(attributesConfigForm.get('processingSettings.type').value === ProcessingType.DEDUPLICATE) { } } @else { }
rule-node-config.save-attribute.scope
{{ 'rule-node-config.attributes-scope' | translate }} @for (scope of attributeScopes; track scope) { {{ telemetryTypeTranslationsMap.get(scope) | translate }} } {{ 'rule-node-config.attributes-scope-value' | translate }}
rule-node-config.advanced-settings
{{ 'rule-node-config.update-attributes-only-on-value-change' | translate }}
@if (attributesConfigForm.get('scope').value !== attributeScopeMap.CLIENT_SCOPE) {
{{ 'rule-node-config.send-attributes-updated-notification' | translate }}
} @if (attributesConfigForm.get('scope').value === attributeScopeMap.SHARED_SCOPE) {
{{ 'rule-node-config.notify-device' | translate }}
}