class documentation

class SystemApiEndpoint(Enum):

View In Hierarchy

Undocumented

Constant ETHERNET_PROFILE Undocumented
Constant GET_SETTING Undocumented
Constant HOTSPOT_STATE Undocumented
Constant RESET_ETHERNET Undocumented
Constant RESET_HOTSPOT Undocumented
Constant RESET_WIFI Undocumented
Constant RESTART_WIFI Undocumented
Constant SET_ROBOT_NAME Undocumented
Constant SET_SETTING Undocumented
Constant START_HOTSPOT Undocumented
Constant START_WIFI Undocumented
Constant STOP_HOTSPOT Undocumented
Constant STOP_WIFI Undocumented
Constant WIFI_STATE Undocumented
ETHERNET_PROFILE: str =

Undocumented

Value
'/ethernetProfile'
GET_SETTING: str =

Undocumented

Value
'/getSetting'
HOTSPOT_STATE: str =

Undocumented

Value
'/hotspotState'
RESET_ETHERNET: str =

Undocumented

Value
'/resetEthernet'
RESET_HOTSPOT: str =

Undocumented

Value
'/resetHotspot'
RESET_WIFI: str =

Undocumented

Value
'/resetWifi'
RESTART_WIFI: str =

Undocumented

Value
'/restartWifi'
SET_ROBOT_NAME: str =

Undocumented

Value
'/setRobotName'
SET_SETTING: str =

Undocumented

Value
'/setSetting'
START_HOTSPOT: str =

Undocumented

Value
'/startHotspot'
START_WIFI: str =

Undocumented

Value
'/startWifi'
STOP_HOTSPOT: str =

Undocumented

Value
'/stopHotspot'
STOP_WIFI: str =

Undocumented

Value
'/stopWifi'
WIFI_STATE: str =

Undocumented

Value
'/wifiState'