diff -r 85a9d6a753bd -r 728018c32b09 eric6/Documentation/Source/eric6.MicroPython.EspDevices.html --- a/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Fri Aug 23 13:23:36 2019 +0200 +++ b/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Fri Aug 23 14:49:59 2019 +0200 @@ -94,6 +94,9 @@ <td><a href="#EspDevice.forceInterrupt">forceInterrupt</a></td> <td>Public method to determine the need for an interrupt when opening the serial connection.</td> </tr><tr> +<td><a href="#EspDevice.getDocumentationUrl">getDocumentationUrl</a></td> +<td>Public method to get the device documentation URL.</td> +</tr><tr> <td><a href="#EspDevice.runScript">runScript</a></td> <td>Public method to run the given Python script.</td> </tr><tr> @@ -248,6 +251,21 @@ <dd> bool </dd> +</dl><a NAME="EspDevice.getDocumentationUrl" ID="EspDevice.getDocumentationUrl"></a> +<h4>EspDevice.getDocumentationUrl</h4> +<b>getDocumentationUrl</b>(<i></i>) +<p> + Public method to get the device documentation URL. +</p><dl> +<dt>Returns:</dt> +<dd> +documentation URL of the device +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> <h4>EspDevice.runScript</h4> <b>runScript</b>(<i>script</i>)