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 }}
}