148 <tr> |
148 <tr> |
149 <td><a href="#EspDevice.getFirmwareUrl">getFirmwareUrl</a></td> |
149 <td><a href="#EspDevice.getFirmwareUrl">getFirmwareUrl</a></td> |
150 <td>Public method to get the device firmware download URL.</td> |
150 <td>Public method to get the device firmware download URL.</td> |
151 </tr> |
151 </tr> |
152 <tr> |
152 <tr> |
|
153 <td><a href="#EspDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td> |
|
154 <td>Public method to check, if the device has its own flash menu entry.</td> |
|
155 </tr> |
|
156 <tr> |
153 <td><a href="#EspDevice.runScript">runScript</a></td> |
157 <td><a href="#EspDevice.runScript">runScript</a></td> |
154 <td>Public method to run the given Python script.</td> |
158 <td>Public method to run the given Python script.</td> |
155 </tr> |
159 </tr> |
156 <tr> |
160 <tr> |
157 <td><a href="#EspDevice.setButtons">setButtons</a></td> |
161 <td><a href="#EspDevice.setButtons">setButtons</a></td> |
428 <dt>Return Type:</dt> |
432 <dt>Return Type:</dt> |
429 <dd> |
433 <dd> |
430 str |
434 str |
431 </dd> |
435 </dd> |
432 </dl> |
436 </dl> |
|
437 <a NAME="EspDevice.hasFlashMenuEntry" ID="EspDevice.hasFlashMenuEntry"></a> |
|
438 <h4>EspDevice.hasFlashMenuEntry</h4> |
|
439 <b>hasFlashMenuEntry</b>(<i></i>) |
|
440 |
|
441 <p> |
|
442 Public method to check, if the device has its own flash menu entry. |
|
443 </p> |
|
444 <dl> |
|
445 <dt>Return:</dt> |
|
446 <dd> |
|
447 flag indicating a specific flash menu entry |
|
448 </dd> |
|
449 </dl> |
|
450 <dl> |
|
451 <dt>Return Type:</dt> |
|
452 <dd> |
|
453 bool |
|
454 </dd> |
|
455 </dl> |
433 <a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> |
456 <a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> |
434 <h4>EspDevice.runScript</h4> |
457 <h4>EspDevice.runScript</h4> |
435 <b>runScript</b>(<i>script</i>) |
458 <b>runScript</b>(<i>script</i>) |
436 |
459 |
437 <p> |
460 <p> |