device-profile.add

@if (isLoading$ | async) { } @else {
}
{{ 'device-profile.device-profile-details' | translate }}
device-profile.name @if (deviceProfileDetailsFormGroup.get('name').hasError('required')) { {{ 'device-profile.name-required' | translate }} } @if (deviceProfileDetailsFormGroup.get('name').hasError('maxlength')) { {{ 'device-profile.name-max-length' | translate }} } {{'device-profile.mobile-dashboard-hint' | translate}} {{'device-profile.default-edge-rule-chain-hint' | translate}} device-profile.type @for (type of deviceProfileTypes; track type) { {{ deviceProfileTypeTranslations.get(type) | translate }} } @if (deviceProfileDetailsFormGroup.get('type').hasError('required')) { {{ 'device-profile.type-required' | translate }} } device-profile.description
{{ 'device-profile.transport-configuration' | translate }}
device-profile.transport-type @for (type of deviceTransportTypes; track type) { {{ deviceTransportTypeTranslations.get(type) | translate }} } @if (transportConfigFormGroup.get('transportType').value) { {{ deviceTransportTypeHints.get(transportConfigFormGroup.get('transportType').value) | translate }} } @if (transportConfigFormGroup.get('transportType').hasError('required')) { {{ 'device-profile.transport-type-required' | translate }} }
{{ 'device-profile.device-provisioning' | translate }}
@if (selectedIndex > 0) { } @if (showNext) { }