device.add-device-text

@if (isLoading$ | async) { } @else {
}
check
{{ 'device.wizard.device-details' | translate }}
device.name @if (deviceWizardFormGroup.get('name').hasError('required')) { {{ 'device.name-required' | translate }} } @if (deviceWizardFormGroup.get('name').hasError('maxlength')) { {{ 'device.name-max-length' | translate }} } device.label @if (deviceWizardFormGroup.get('label').hasError('maxlength')) { {{ 'device.label-max-length' | translate }} }
{{ 'device.is-gateway' | translate }} @if (deviceWizardFormGroup.get('gateway').value) { {{ 'device.overwrite-activity-time' | translate }} }
device.description
{{ 'device.credentials' | translate }}
@if (selectedIndex > 0) { } @if (showNext) { }