File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
16
16
17
17
* For more details, refer to [ versioning] ( https://github.com/rdkcentral/rdkservices#versioning ) section under Main README.
18
18
19
+ ## [ 3.3.3] - 2024-11-28
20
+ ### Added
21
+ - Added implementation for BootType get API.
22
+
19
23
## [ 3.3.2] - 2024-10-9
20
24
### Added
21
25
- Added implementation for FSR get and set API.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ using namespace std;
67
67
68
68
#define API_VERSION_NUMBER_MAJOR 3
69
69
#define API_VERSION_NUMBER_MINOR 3
70
- #define API_VERSION_NUMBER_PATCH 2
70
+ #define API_VERSION_NUMBER_PATCH 3
71
71
72
72
#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
73
73
#define TR181_FW_DELAY_REBOOT " Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"
You can’t perform that action at this time.
0 commit comments