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

branch
eric7
changeset 10035
3a423b723a99
parent 10022
a95800b414b7
child 10070
9f5758c0fec1
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue May 16 17:42:54 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Tue May 16 17:43:14 2023 +0200
@@ -296,7 +296,7 @@
 </tr>
 <tr>
 <td><a href="#BaseDevice.getDeviceData">getDeviceData</a></td>
-<td>Public method to get a copy of the determined device data.</td>
+<td>Public method to get a copy of the determined device data or part of them.</td>
 </tr>
 <tr>
 <td><a href="#BaseDevice.getDeviceScan">getDeviceScan</a></td>
@@ -1391,13 +1391,14 @@
 <b>getDeviceData</b>(<i>key=None</i>)
 
 <p>
-        Public method to get a copy of the determined device data.
+        Public method to get a copy of the determined device data or part of them.
 </p>
 <dl>
 
-<dt><i>key</i> (str (optional))</dt>
+<dt><i>key</i> (str or list of str (optional))</dt>
 <dd>
-name of the data to get (None to get all data) (defaults to None)
+name or a list of names of the data to get (None to get all data)
+            (defaults to None)
 </dd>
 </dl>
 <dl>
@@ -1409,7 +1410,7 @@
 <dl>
 <dt>Return Type:</dt>
 <dd>
-dict
+dict or Any
 </dd>
 </dl>
 <a NAME="BaseDevice.getDeviceScan" ID="BaseDevice.getDeviceScan"></a>

eric ide

mercurial