124 <tr> |
124 <tr> |
125 <td><a href="#EspDevice.getDocumentationUrl">getDocumentationUrl</a></td> |
125 <td><a href="#EspDevice.getDocumentationUrl">getDocumentationUrl</a></td> |
126 <td>Public method to get the device documentation URL.</td> |
126 <td>Public method to get the device documentation URL.</td> |
127 </tr> |
127 </tr> |
128 <tr> |
128 <tr> |
|
129 <td><a href="#EspDevice.getFirmwareUrl">getFirmwareUrl</a></td> |
|
130 <td>Public method to get the device firmware download URL.</td> |
|
131 </tr> |
|
132 <tr> |
129 <td><a href="#EspDevice.runScript">runScript</a></td> |
133 <td><a href="#EspDevice.runScript">runScript</a></td> |
130 <td>Public method to run the given Python script.</td> |
134 <td>Public method to run the given Python script.</td> |
131 </tr> |
135 </tr> |
132 <tr> |
136 <tr> |
133 <td><a href="#EspDevice.setButtons">setButtons</a></td> |
137 <td><a href="#EspDevice.setButtons">setButtons</a></td> |
350 <dt>Return Type:</dt> |
354 <dt>Return Type:</dt> |
351 <dd> |
355 <dd> |
352 str |
356 str |
353 </dd> |
357 </dd> |
354 </dl> |
358 </dl> |
|
359 <a NAME="EspDevice.getFirmwareUrl" ID="EspDevice.getFirmwareUrl"></a> |
|
360 <h4>EspDevice.getFirmwareUrl</h4> |
|
361 <b>getFirmwareUrl</b>(<i></i>) |
|
362 |
|
363 <p> |
|
364 Public method to get the device firmware download URL. |
|
365 </p> |
|
366 <dl> |
|
367 <dt>Returns:</dt> |
|
368 <dd> |
|
369 firmware download URL of the device |
|
370 </dd> |
|
371 </dl> |
|
372 <dl> |
|
373 <dt>Return Type:</dt> |
|
374 <dd> |
|
375 str |
|
376 </dd> |
|
377 </dl> |
355 <a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> |
378 <a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> |
356 <h4>EspDevice.runScript</h4> |
379 <h4>EspDevice.runScript</h4> |
357 <b>runScript</b>(<i>script</i>) |
380 <b>runScript</b>(<i>script</i>) |
358 |
381 |
359 <p> |
382 <p> |