<optionng-repeat="id in discovery"value="{{id}}"/>
</datalist>
<pclass="help-block"ng-if="discovery">
<spantranslate>You can also select one of these nearby devices:</span>
<ul>
<ling-repeat="id in discovery"><ang-click="currentDevice.deviceID = id">{{id}}</a></li>
</ul>
</p>
<pclass="help-block">
<spantranslateng-if="deviceEditor.deviceID.$valid || deviceEditor.deviceID.$pristine">The device ID to enter here can be found in the "Actions > Show ID" dialog on the other device. Spaces and dashes are optional (ignored).</span>
<spantranslateng-show="deviceEditor.deviceID.$valid || deviceEditor.deviceID.$pristine">When adding a new device, keep in mind that this device must be added on the other side too.</span>
<spantranslateng-if="deviceEditor.deviceID.$error.required && deviceEditor.deviceID.$dirty">The device ID cannot be blank.</span>
<spantranslateng-if="deviceEditor.deviceID.$error.validDeviceid && deviceEditor.deviceID.$dirty">The entered device ID does not look valid. It should be a 52 or 56 character string consisting of letters and numbers, with spaces and dashes being optional.</span>
<spantranslateng-if="deviceEditor.deviceID.$error.unique && deviceEditor.deviceID.$dirty">A device with that ID is already added.</span>
<ptranslateng-if="currentDevice.deviceID == myID"class="help-block">Shown instead of Device ID in the cluster status. Will be advertised to other devices as an optional default name.</p>
<ptranslateng-if="currentDevice.deviceID != myID"class="help-block">Shown instead of Device ID in the cluster status. Will be updated to the name the device advertises if left empty.</p>
<ptranslateclass="help-block">Enter comma separated ("tcp://ip:port", "tcp://host:port") addresses or "dynamic" to perform automatic discovery of the address.</p>
<pclass="help-block"ng-if="!deviceEditor.maxSendKbps.$valid && deviceEditor.maxSendKbps.$dirty"translate>The rate limit must be a non-negative number (0: no limit)</p>
<pclass="help-block"ng-if="!deviceEditor.maxRecvKbps.$valid && deviceEditor.maxRecvKbps.$dirty"translate>The rate limit must be a non-negative number (0: no limit)</p>
<buttontype="button"class="btn btn-warning btn-sm disabled"ng-if="willBeReintroducedBy"tooltipdata-original-title="This device will be reintroduced by {{ willBeReintroducedBy }}">