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

branch
eric7
changeset 9765
6378da868bb0
parent 9756
9854647c8c5c
child 9799
a79430a8811d
diff -r 57496966803c -r 6378da868bb0 src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Tue Feb 14 11:09:49 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html	Tue Feb 14 18:10:30 2023 +0100
@@ -116,6 +116,10 @@
 <td>Private slot to show the MAC address of the ESP chip.</td>
 </tr>
 <tr>
+<td><a href="#EspDevice._getSetTimeCode">_getSetTimeCode</a></td>
+<td>Protected method to get the device code to set the time.</td>
+</tr>
+<tr>
 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td>
 <td>Public method to add device specific entries to the given menu.</td>
 </tr>
@@ -291,6 +295,29 @@
 <p>
         Private slot to show the MAC address of the ESP chip.
 </p>
+<a NAME="EspDevice._getSetTimeCode" ID="EspDevice._getSetTimeCode"></a>
+<h4>EspDevice._getSetTimeCode</h4>
+<b>_getSetTimeCode</b>(<i></i>)
+
+<p>
+        Protected method to get the device code to set the time.
+</p>
+<p>
+        Note: This method must be implemented in the various device specific
+        subclasses.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+code to be executed on the connected device to set the time
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a>
 <h4>EspDevice.addDeviceMenuEntries</h4>
 <b>addDeviceMenuEntries</b>(<i>menu</i>)

eric ide

mercurial