234 <tr> |
234 <tr> |
235 <td><a href="#EspDevice.hasWifi">hasWifi</a></td> |
235 <td><a href="#EspDevice.hasWifi">hasWifi</a></td> |
236 <td>Public method to check the availability of WiFi.</td> |
236 <td>Public method to check the availability of WiFi.</td> |
237 </tr> |
237 </tr> |
238 <tr> |
238 <tr> |
|
239 <td><a href="#EspDevice.isWifiApConnected">isWifiApConnected</a></td> |
|
240 <td>Public method to check the WiFi connection status as access point.</td> |
|
241 </tr> |
|
242 <tr> |
|
243 <td><a href="#EspDevice.isWifiClientConnected">isWifiClientConnected</a></td> |
|
244 <td>Public method to check the WiFi connection status as client.</td> |
|
245 </tr> |
|
246 <tr> |
239 <td><a href="#EspDevice.removeCredentials">removeCredentials</a></td> |
247 <td><a href="#EspDevice.removeCredentials">removeCredentials</a></td> |
240 <td>Public method to remove the saved credentials from the connected device.</td> |
248 <td>Public method to remove the saved credentials from the connected device.</td> |
241 </tr> |
249 </tr> |
242 <tr> |
250 <tr> |
243 <td><a href="#EspDevice.runScript">runScript</a></td> |
251 <td><a href="#EspDevice.runScript">runScript</a></td> |
990 </dl> |
998 </dl> |
991 <dl> |
999 <dl> |
992 <dt>Return Type:</dt> |
1000 <dt>Return Type:</dt> |
993 <dd> |
1001 <dd> |
994 tuple of (bool, str) |
1002 tuple of (bool, str) |
|
1003 </dd> |
|
1004 </dl> |
|
1005 <a NAME="EspDevice.isWifiApConnected" ID="EspDevice.isWifiApConnected"></a> |
|
1006 <h4>EspDevice.isWifiApConnected</h4> |
|
1007 <b>isWifiApConnected</b>(<i></i>) |
|
1008 |
|
1009 <p> |
|
1010 Public method to check the WiFi connection status as access point. |
|
1011 </p> |
|
1012 <dl> |
|
1013 <dt>Return:</dt> |
|
1014 <dd> |
|
1015 flag indicating the WiFi connection status |
|
1016 </dd> |
|
1017 </dl> |
|
1018 <dl> |
|
1019 <dt>Return Type:</dt> |
|
1020 <dd> |
|
1021 bool |
|
1022 </dd> |
|
1023 </dl> |
|
1024 <a NAME="EspDevice.isWifiClientConnected" ID="EspDevice.isWifiClientConnected"></a> |
|
1025 <h4>EspDevice.isWifiClientConnected</h4> |
|
1026 <b>isWifiClientConnected</b>(<i></i>) |
|
1027 |
|
1028 <p> |
|
1029 Public method to check the WiFi connection status as client. |
|
1030 </p> |
|
1031 <dl> |
|
1032 <dt>Return:</dt> |
|
1033 <dd> |
|
1034 flag indicating the WiFi connection status |
|
1035 </dd> |
|
1036 </dl> |
|
1037 <dl> |
|
1038 <dt>Return Type:</dt> |
|
1039 <dd> |
|
1040 bool |
995 </dd> |
1041 </dd> |
996 </dl> |
1042 </dl> |
997 <a NAME="EspDevice.removeCredentials" ID="EspDevice.removeCredentials"></a> |
1043 <a NAME="EspDevice.removeCredentials" ID="EspDevice.removeCredentials"></a> |
998 <h4>EspDevice.removeCredentials</h4> |
1044 <h4>EspDevice.removeCredentials</h4> |
999 <b>removeCredentials</b>(<i></i>) |
1045 <b>removeCredentials</b>(<i></i>) |