Wi-Fi module of the TNY-360 API (code 0x10).
This module contains actions related to the Wi-Fi management of the robot, such as connecting to access points.
Here's a list of all the actions available in the wifi module:
0x10 - 0x00Connects to a Wi-Fi access point with the given SSID and password.
string-
The SSID of the access point to connect to.
string-
The password of the access point to connect to.
No return values
0x10 - 0x01Disconnects from the currently connected access point.
No arguments
No return values
0x10 - 0x02Returns whether a known access point is stored in the robot's memory.
No arguments
bool-
Whether a known access point is stored in the robot's memory
0x10 - 0x03Forgets the stored access point credentials in the robot's memory.
No arguments
No return values
0x10 - 0x06Returns the current state of the WiFiManager, see WiFiManager::State for more details.
No arguments
uint8-
Current state of the WiFiManager.
0x10 - 0x07Returns the current mode of the WiFiManager, see WiFiManager::Mode for more details.
No arguments
uint8-
Current mode of the WiFiManager, deduced from the current state.
0x10 - 0x08Returns the SSID of the currently connected WiFi network.
No arguments
string-
The SSID of the currently connected WiFi network.
0x10 - 0x09Returns the IP address of the robot on the currently connected WiFi network.
No arguments
string-
The IP address of the robot.
0x10 - 0x0AReturns the MAC address of the robot.
No arguments
string-
The MAC address of the robot.
Here's a list of all the types used in the wifi module: