Skip to content

Commit b0cba69

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/RDKEMW-7722
2 parents 0529d00 + c369a94 commit b0cba69

File tree

3 files changed

+93
-2
lines changed

3 files changed

+93
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.15.6](https://github.com/rdkcentral/entservices-apis/compare/1.15.5...1.15.6)
8+
9+
- RDKEMW-7752: Update SystemServices plugin document [`#495`](https://github.com/rdkcentral/entservices-apis/pull/495)
10+
- Merge tag '1.15.5' into develop [`e55fd7a`](https://github.com/rdkcentral/entservices-apis/commit/e55fd7a8fb116d347613e5388b09020e4017a9d8)
11+
712
#### [1.15.5](https://github.com/rdkcentral/entservices-apis/compare/1.15.4...1.15.5)
813

14+
> 3 September 2025
15+
916
- RDKEMW-4778: Update component-release.yml [`#493`](https://github.com/rdkcentral/entservices-apis/pull/493)
1017
- RDKEMW-6331 : Fix HdmiCecSink COM-RPC issues [`#438`](https://github.com/rdkcentral/entservices-apis/pull/438)
18+
- 1.15.5 release changelog updates [`dfb4af9`](https://github.com/rdkcentral/entservices-apis/commit/dfb4af961964e023f64d8844952399758f5f07f7)
1119
- Merge tag '1.15.4' into develop [`0ed0803`](https://github.com/rdkcentral/entservices-apis/commit/0ed08034220babc9b0b6d66a747b63b8b9ec10c6)
1220
- Updating the existing HdmiCecSinkPlugin.md file with new API and Event [`1d5fe4b`](https://github.com/rdkcentral/entservices-apis/commit/1d5fe4b505c11c660989fe9ab3d39549139955d5)
13-
- Rename the HdmiCecSinkSuccess structure objects. [`6dc39e8`](https://github.com/rdkcentral/entservices-apis/commit/6dc39e86a4074c701bf6f6a485fd61f5866d3f67)
1421

1522
#### [1.15.4](https://github.com/rdkcentral/entservices-apis/compare/1.15.3...1.15.4)
1623

docs/apis/SystemPlugin.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ org.rdk.System interface methods:
121121

122122
Clears the last deep sleep reason.
123123

124+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
125+
124126
### Events
125127

126128
No Events
@@ -165,6 +167,8 @@ This method takes no parameters.
165167

166168
Deletes persistent path associated with a callsign.
167169

170+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
171+
168172
### Events
169173

170174
No Events
@@ -217,6 +221,8 @@ No Events
217221

218222
Enables (or disables) Moca support for the platform.
219223

224+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
225+
220226
### Events
221227

222228
No Events
@@ -267,6 +273,8 @@ No Events
267273

268274
Enables (or disables) XRE Connection Retention option.
269275

276+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
277+
270278
### Events
271279

272280
No Events
@@ -317,6 +325,8 @@ No Events
317325

318326
Notifies the device about a pending reboot.
319327

328+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
329+
320330
### Events
321331

322332
| Event | Description |
@@ -362,6 +372,8 @@ This method takes no parameters.
362372

363373
Queries the available standby modes.
364374

375+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
376+
365377
### Events
366378

367379
No Events
@@ -411,6 +423,8 @@ This method takes no parameters.
411423

412424
Returns the core temperature of the device. Not supported on all devices.
413425

426+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations. [Refer this link for the new api](https://rdkcentral.github.io/entservices-apis/#/apis/PowerManagerPlugin?id=getthermalstate)
427+
414428
### Events
415429

416430
No Events
@@ -731,6 +745,8 @@ This method takes no parameters.
731745

732746
Retrieves the last deep sleep reason.
733747

748+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
749+
734750
### Events
735751

736752
No Events
@@ -869,6 +885,8 @@ This method takes no parameters.
869885

870886
Gets the MAC address of the device.
871887

888+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
889+
872890
### Events
873891

874892
| Event | Description |
@@ -1019,6 +1037,8 @@ This method takes no parameters.
10191037

10201038
Returns the currently set mode information.
10211039

1040+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
1041+
10221042
### Events
10231043

10241044
No Events
@@ -1116,6 +1136,8 @@ This method takes no parameters.
11161136

11171137
Returns the over-temperature grace interval value. Not supported on all devices.
11181138

1139+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations. [Refer this link for the new api](https://rdkcentral.github.io/entservices-apis/#/apis/PowerManagerPlugin?id=getovertempgraceinterval)
1140+
11191141
### Events
11201142

11211143
No Events
@@ -1162,6 +1184,8 @@ This method takes no parameters.
11621184

11631185
Returns the supported features and device/account info.
11641186

1187+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
1188+
11651189
### Events
11661190

11671191
No Events
@@ -1449,6 +1473,8 @@ This method takes no parameters.
14491473

14501474
Returns basic information about a reboot.
14511475

1476+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
1477+
14521478
### Events
14531479

14541480
No Events
@@ -1503,6 +1529,8 @@ This method takes no parameters.
15031529

15041530
Returns detailed information about a reboot.
15051531

1532+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
1533+
15061534
### Events
15071535

15081536
No Events
@@ -1560,6 +1588,8 @@ This method takes no parameters.
15601588

15611589
Returns the last reboot reason.
15621590

1591+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
1592+
15631593
### Events
15641594

15651595
No Events
@@ -1710,6 +1740,8 @@ This method takes no parameters.
17101740

17111741
Queries device state information of various properties.
17121742

1743+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
1744+
17131745
### Events
17141746

17151747
No Events
@@ -1858,6 +1890,8 @@ This method takes no parameters.
18581890

18591891
Returns temperature threshold values. Not supported on all devices.
18601892

1893+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations. [Refer this link for the new api](https://rdkcentral.github.io/entservices-apis/#/apis/PowerManagerPlugin?id=gettemperaturethresholds)
1894+
18611895
### Events
18621896

18631897
No Events
@@ -2307,6 +2341,8 @@ This method takes no parameters.
23072341

23082342
Checks whether MOCA is enabled.
23092343

2344+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
2345+
23102346
### Events
23112347

23122348
No Events
@@ -2452,6 +2488,8 @@ This method takes no parameters.
24522488

24532489
Sets the boot loader pattern mode in MFR.
24542490

2491+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
2492+
24552493
### Events
24562494

24572495
No Events
@@ -2602,6 +2640,8 @@ No Events
26022640

26032641
Delays the firmware reboot.
26042642

2643+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
2644+
26052645
### Events
26062646

26072647
No Events
@@ -2863,6 +2903,8 @@ No Events
28632903

28642904
Sets the over-temperature grace interval value. Not supported on all devices.
28652905

2906+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations. [Refer this link for the new api](https://rdkcentral.github.io/entservices-apis/#/apis/PowerManagerPlugin?id=setovertempgraceinterval)
2907+
28662908
### Events
28672909

28682910
No Events
@@ -2966,6 +3008,8 @@ Sets the power state of the device.
29663008

29673009
Sets and persists the preferred standby mode. See [getAvailableStandbyModes](#getAvailableStandbyModes) for valid modes. Invoking this function does not change the power state of the device. It only sets the user preference for the preferred action when the [setPowerState](#setPowerState) method is invoked with a value of `STANDBY`.
29683010

3011+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
3012+
29693013
### Events
29703014

29713015
No Events
@@ -3016,6 +3060,8 @@ No Events
30163060

30173061
Sets the temperature threshold values. Not supported on all devices.
30183062

3063+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations. [Refer this link for the new api](https://rdkcentral.github.io/entservices-apis/#/apis/PowerManagerPlugin?id=settemperaturethresholds)
3064+
30193065
### Events
30203066

30213067
No Events
@@ -3323,6 +3369,8 @@ Sets the system time zone. See `getTimeZones` to get a list of available timezon
33233369

33243370
Sets the wakeup source configuration for the input powerState. if you are using setNetworkStandbyMode API, Please do not use this API to set LAN and WIFI wakeup. Please migrate to setWakeupSrcConfiguration API to control all wakeup source settings. This API does not persist. Please call this API on Every bootup to set the values.
33253371

3372+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations. [Refer this link for the new api](https://rdkcentral.github.io/entservices-apis/#/apis/PowerManagerPlugin?id=setwakeupsrcconfig)
3373+
33263374
### Events
33273375

33283376
No Events
@@ -3397,6 +3445,8 @@ No Events
33973445

33983446
Returns all the supported wakeup configurations and powerState.
33993447

3448+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations. [Refer this link for the new api](https://rdkcentral.github.io/entservices-apis/#/apis/PowerManagerPlugin?id=getwakeupsrcconfig)
3449+
34003450
### Events
34013451

34023452
No Events
@@ -3601,6 +3651,8 @@ This method takes no parameters.
36013651

36023652
Returns the Thunder start reason.
36033653

3654+
> This API is **deprecated** and may be removed in the future. It is no longer recommended for use in new implementations.
3655+
36043656
### Events
36053657

36063658
No Events
@@ -4090,4 +4142,3 @@ Triggered when logs upload process is done or stopped.
40904142
}
40914143
}
40924144
```
4093-

0 commit comments

Comments
 (0)