--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Tue Nov 19 18:53:58 2019 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Tue Nov 19 18:54:14 2019 +0100 @@ -122,6 +122,10 @@ <td>Public method to get the device documentation URL.</td> </tr> <tr> +<td><a href="#MicroPythonDevice.getFirmwareUrl">getFirmwareUrl</a></td> +<td>Public method to get the device firmware download URL.</td> +</tr> +<tr> <td><a href="#MicroPythonDevice.getWorkspace">getWorkspace</a></td> <td>Public method to get the workspace directory.</td> </tr> @@ -134,6 +138,10 @@ <td>Public method to check, if the device has a configured documentation URL.</td> </tr> <tr> +<td><a href="#MicroPythonDevice.hasFirmwareUrl">hasFirmwareUrl</a></td> +<td>Public method to check, if the device has a configured firmware download URL.</td> +</tr> +<tr> <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td> <td>Public method to check, if the device supports time commands.</td> </tr> @@ -342,6 +350,25 @@ str </dd> </dl> +<a NAME="MicroPythonDevice.getFirmwareUrl" ID="MicroPythonDevice.getFirmwareUrl"></a> +<h4>MicroPythonDevice.getFirmwareUrl</h4> +<b>getFirmwareUrl</b>(<i></i>) + +<p> + Public method to get the device firmware download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +firmware download URL of the device +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="MicroPythonDevice.getWorkspace" ID="MicroPythonDevice.getWorkspace"></a> <h4>MicroPythonDevice.getWorkspace</h4> <b>getWorkspace</b>(<i></i>) @@ -388,6 +415,26 @@ bool </dd> </dl> +<a NAME="MicroPythonDevice.hasFirmwareUrl" ID="MicroPythonDevice.hasFirmwareUrl"></a> +<h4>MicroPythonDevice.hasFirmwareUrl</h4> +<b>hasFirmwareUrl</b>(<i></i>) + +<p> + Public method to check, if the device has a configured firmware + download URL. +</p> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating a configured firmware download URL +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a> <h4>MicroPythonDevice.hasTimeCommands</h4> <b>hasTimeCommands</b>(<i></i>)