device-profile.snmp.timeout-ms @if (snmpDeviceProfileTransportConfigurationFormGroup.get('timeoutMs').hasError('required')) { {{ 'device-profile.snmp.timeout-ms-required' | translate }} } @if (snmpDeviceProfileTransportConfigurationFormGroup.get('timeoutMs').hasError('pattern') || snmpDeviceProfileTransportConfigurationFormGroup.get('timeoutMs').hasError('min')) { {{ 'device-profile.snmp.timeout-ms-invalid-format' | translate }} } device-profile.snmp.retries @if (snmpDeviceProfileTransportConfigurationFormGroup.get('retries').hasError('required')) { {{ 'device-profile.snmp.retries-required' | translate }} } @if (snmpDeviceProfileTransportConfigurationFormGroup.get('retries').hasError('pattern') || snmpDeviceProfileTransportConfigurationFormGroup.get('retries').hasError('min')) { {{ 'device-profile.snmp.retries-invalid-format' | translate }} }
device-profile.snmp.communication-configs