@if (!standalone) {
}
device-profile.name @if (entityForm.get('name').hasError('required')) { {{ 'device-profile.name-required' | translate }} } @if (entityForm.get('name').hasError('maxlength')) { {{ 'device-profile.name-max-length' | translate }} } @if (!entityForm.get('defaultDashboardId').disabled) { {{'device-profile.mobile-dashboard-hint' | translate}} } @if (!entityForm.get('defaultEdgeRuleChainId').disabled) { {{'device-profile.default-edge-rule-chain-hint' | translate}} } device-profile.type @for (type of deviceProfileTypes; track type) { {{ deviceProfileTypeTranslations.get(type) | translate }} } @if (entityForm.get('type').hasError('required')) { {{ 'device-profile.type-required' | translate }} } device-profile.description @if (standalone) { device-profile.transport-type @for (type of deviceTransportTypes; track type) { {{ deviceTransportTypeTranslations.get(type) | translate }} } @if (entityForm.get('transportType').hasError('required')) { {{ 'device-profile.transport-type-required' | translate }} }
@if (displayProfileConfiguration) {
device-profile.profile-configuration
} @if (displayTransportConfiguration) {
device-profile.transport-configuration
} @if (entityForm.get('profileData.alarms').value?.length) {
{{'device-profile.alarm-rules-with-count' | translate: {count: entityForm.get('profileData.alarms').value ? entityForm.get('profileData.alarms').value.length : 0} }}
}
device-profile.device-provisioning
}