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
- RDKEMW-3789: refactor ILEDControl plugin interface with proper LED state enum. [`#529`](https://github.com/rdkcentral/entservices-apis/pull/529)
10
+
- rebase [`#547`](https://github.com/rdkcentral/entservices-apis/pull/547)
11
+
- rebase [`#543`](https://github.com/rdkcentral/entservices-apis/pull/543)
12
+
- rebase [`#531`](https://github.com/rdkcentral/entservices-apis/pull/531)
13
+
- rebase [`#528`](https://github.com/rdkcentral/entservices-apis/pull/528)
14
+
- rebase [`#520`](https://github.com/rdkcentral/entservices-apis/pull/520)
15
+
- rebase [`#490`](https://github.com/rdkcentral/entservices-apis/pull/490)
16
+
- Merge tag '1.16.4' into develop [`ad0130d`](https://github.com/rdkcentral/entservices-apis/commit/ad0130d7748db0dbe51afe2eda1badacf48ddf21)
17
+
- RDKEMW-3789: update the LEDControlPlugin.md [`779375b`](https://github.com/rdkcentral/entservices-apis/commit/779375bf984b7fc83d0371be3e18a8d8b3297bbc)
18
+
- RDKEMW-3789: clean up the ILEDControl header [`995545c`](https://github.com/rdkcentral/entservices-apis/commit/995545c8f962a40ecf57f26b84324cf9a70a9abb)
// 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