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

branch
eric7
changeset 9804
b7e200d35be9
parent 9766
f0e22f3a5878
child 9829
cafb132fe3bb
diff -r f2da2c1ab424 -r b7e200d35be9 src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Sat Feb 25 19:43:06 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Sun Feb 26 12:45:22 2023 +0100
@@ -515,13 +515,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