You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Struct to wrap LEDControlState for API compatibility
52
+
structEXTERNAL LEDState {
53
+
LEDControlState state;
38
54
};
39
55
40
56
// @text getSupportedLEDStates
41
-
// @brief Returns all the LED states supported by the platform
42
-
// @param supportedLEDStates - out - string [] of supported LED states
43
-
// @param success - out - boolean
57
+
// @details Returns the list of LED states that are actually supported by the platform at runtime. Possible values include `NONE`, `ACTIVE`, `STANDBY`, `WPS_CONNECTING`, `WPS_CONNECTED`, `WPS_ERROR`, `FACTORY_RESET`, `USB_UPGRADE` and `DOWNLOAD_ERROR`.
58
+
// @param supportedLEDStates: string [] of supported LED states. e.g. "['ACTIVE', 'STANDBY', 'WPS_CONNECTING', 'WPS_CONNECTED', 'WPS_ERROR', 'FACTORY_RESET', 'USB_UPGRADE', 'DOWNLOAD_ERROR']"
0 commit comments