src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html

branch
mpy_network
changeset 9829
cafb132fe3bb
parent 9799
a79430a8811d
parent 9804
b7e200d35be9
child 9840
d41ee69fa69b
diff -r 32c8a5b57332 -r cafb132fe3bb src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue Feb 28 17:54:33 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue Feb 28 17:58:54 2023 +0100
@@ -607,13 +607,21 @@
 </dl>
 <a NAME="BaseDevice.checkDeviceData" ID="BaseDevice.checkDeviceData"></a>
 <h4>BaseDevice.checkDeviceData</h4>
-<b>checkDeviceData</b>(<i></i>)
+<b>checkDeviceData</b>(<i>quiet=True</i>)
 
 <p>
         Public method to check the validity of the device data determined during
         connecting the device.
 </p>
 <dl>
+
+<dt><i>quiet</i> (bool (optional))</dt>
+<dd>
+flag indicating to not show an info message, if the data is
+            not available (defaults to True)
+</dd>
+</dl>
+<dl>
 <dt>Return:</dt>
 <dd>
 flag indicating valid device data

eric ide

mercurial