device.assignedToCustomer
{{ 'device.device-public' | translate }}
device.name @if (entityForm.get('name').hasError('required')) { {{ 'device.name-required' | translate }} } @if (entityForm.get('name').hasError('maxlength')) { {{ 'device.name-max-length' | translate }} } device.label @if (entityForm.get('label').hasError('maxlength')) { {{ 'device.label-max-length' | translate }} }
{{ 'device.is-gateway' | translate }} @if (entityForm.get('additionalInfo.gateway').value) { {{ 'device.overwrite-activity-time' | translate }} }
device.description