All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog.
10 March 2026
- Enhance keySimulator sendKey to prevent missed keys
#205 - Comms fixes
#203 - Removed new line feed & updated the return result
871cdde - Merge tag '1.8.1' into develop
13bf879
8 January 2026
- Fix #201: Corrected typo in variable name
#202 - Merge pull request #202 from rdkcentral/feature/gh201_correct_redrat_variable_name_network_ip
#201 - Fix #201: Corrected typo in variable name
#201 - bumped changelog
515826c
2 December 2025
- gh #199 Downgraded numpy to 1.26.4 to match the opencv
#200 - gh#197: Add Virtual HDMI-CEC client
#198 - Denon AVR get_audio_format from webAPI
#196 - gh #192 updated the tapo multi power switch changes
#194 - gh #197: Add Virtual HDMI-CEC client
b2a951e - gh #197: Add Virtual HDMI-CEC client
6e51ea2 - denon_get_audio_format
f9cd69e
3 October 2025
- Deploy cla action
#187 - Fix #188 - Corrected requirements for python3.10
#188 - Bumped changelog
3da8390 - Merge tag '1.7.0' into develop
7fbd695
23 September 2025
- Update #175: Create avSyncController
#185 - Fix #175: Corrected typos found in review
#175 - Bumped changelog
dcce487 - Merge tag '1.6.0' into develop
f5a0113
5 September 2025
- Deploy cla action
#171 - GH174 - Incorrect handling of elapsed time in pingTest when logPingTime is False
#179 - GH173 - Missing result validation before JSON parsing in getPowerLevel
#178 - Bugfix #169: Changed send_message method to capture full responses
#169 - Update #169: Created RedRat remote type
76d31fe - Update #169: added keymaps to support known redrat platforms
bbccbfb - Bumped changelog
5d61917
18 July 2025
- GH166 - audio amp
#170 - Fix #164 - Fixed bug in StreamLogger's readUntil method
#164 - update denon_controller class, add docstrings and test
fcef34b - add core/denon_controller with logging, fix docstring and init inside controller
c6bdbc6 - add config to test audio amplifier and clean up test
de55e8c
16 April 2025
- Bumped changelog - bugfix 1.4.2
c88c2b1 - gh #163 from rdkcentral/feature/gh133-fix-listDevices-CEC-adapter
45693d4 - Fix gh #133 : Fix the number of retries before reading input from CECAdapter
159d3be
26 March 2025
- Release 1.4.0: master -> develop
#158 - Fix #161 - Corrected pingTest time import and remove inaccurate logging
#161 - bumped changelog
8a6b707
4 March 2025
- Release 1.4.0: release -> master
#157 - Update #151: Added missing rcCodes
#152 - Release 1.3.1: master -> develop
#156 - Update #151: Added example olimex key config and test for all keys
994ec5b - Bumped changelog
ba5806a
3 March 2025
- Release 1.3.1: release/1.3.1 -> master
#155 - Fix #153: Added 30 timeout readUntil in olimex sendKey
#154 - Fix 149: Correct powerKasa to use is_on/is_off properties correctly
#150 - Release 1.3.0: master -> develop
#145 - Merge pull request #154 from rdkcentral/feature/gh153_bugfix_olimex_keysend_timeout
#153 - Fix #153: Added 30 timeout readUntil in olimex sendKey
#153 - Bumped changelog
5a0b61f
30 January 2025
- Release 1.3.0: release -> master
#144 - Update #132: Created abstract power module and added Tapo support
#135 - Release 1.2.2: master -> develop
#143 - Fix #132: Fixed typos
#132 - Fix #132: Updated example_rack_config to show username password are
#132 - Bumped CHANGELOG
6352b22
28 January 2025
- Feature/gh136 ping test output
#142 - Release 1.2.1 master -> develop
#141 - change self.output in pingTestOnly() with teh actual command output result[0]
809f674
27 January 2025
- Release 1.2.1
#140 - Release 1.1.2
#139 - Bugfix #137: Corrected telnet usage to follow updated telnet class
#137 - Bumped changelog
b3086d1 - Merge tag '1.2.0' into develop
499b9b1
23 December 2024
- Update #103: Creation of remote hdmicec client
#115 - Fix #119: Corrected commonRemote to properly parse key
#128 - Adding support keySimulator in remotecontrollers
#120 - Fix #103 - Corrected hdmiCECContoller on device manager and added stop
#103 - Fix #107: Moved stream handling to it's own module.
#107 - Fix #107: Moved the stream logging out of the logging module
#107 - Merge pull request #128 from rdkcentral/feature/gh119_corrections_for_keysimulator
#119 - Fix #119: Corrected commonRemote to properly parse key
#119 - Fix #119: Fixed the code changes for combination of keys
#119 - Fix #119: Updated the code changes
#119 - Fix #119: Fixed the changes
#119 - Fix #119: Updated the changes
#119 - Fix #119: Reverting the previous commit changes
#119 - Fix #119: Changed the key value str to rccode
#119 - Fix #119: Updated the file name
#119 - Fix #119: Changed the file name in the example list
#119 - Fix #119: Added the keySimulator in the example list
#119 - Fix #119: Changed the code
#119 - Fix #119: Changed the code and removed the control flow issue
#119 - Fix #119: Removed the print statement
#119 - Fix #119: Updated the commonRemote file format
#119 - Fix #119: Updating the remotecontrollers with keysimulator
#119 - Fix #92: Removed deprecation comment from example_rack_config
#92 - Fix #92: Added missing cecTypes.py
#92 - Fix #92: Updated documentation and fixed bug in monitoring
#92 - Update #103 - Updated CEC controller interface to make it easier to use
f25a966 - Upgrade #92: Creation of HDMICEC module
b61670b - Update #107: Creation of remote hdmicec client
3a28750
1 November 2024
- GH95 - Standardise console classes
#106 - GH93 - Upgrade ConfigParser class to work with includes
#103 - Fix #84 - Fixed options for cli selection of slot and rack
#84 - Fix #109: Fixed telnet console inconsistencies
#109 - Fix #109: Updated added timeout option to all console classes
#109 - standardise console interface and consoles and make waitForPrompt available for all consoles
d0c5f36 - define waitForPrompt in the abstract class and update docstrings
144b0c4 - add logic to process includes in configParser
a3db64d
26 September 2024
- Feature/fix97 serial support
#102 - fixed #97 removed commented lines
#97 - fix #97 - upgraded LF in sessions
#97 - bug #97 sshconsole - Added a proper definition for the open interactive shell and removed read calls from the SSH write operation.
fbdfba4 - bumped changelog
d288dbf - updated #97 - self.console.set_missing_host_key_policy
3ce3839
20 September 2024
- GH90 - interactive ssh shell
#91 - Fix #75: Fixed error passing port as string.
#75 - Fix #72: Added missing copyright header to test_deviceManager
#72 - Fix #71: Added missing args in docstring for constructTestPath in
#71 - Fix #71: Fix rackController to use --rack argument correctly
#71 - Fix #77: Removed S20 import from powerControl
#77 - Update #71: Updates to Singleton for rackController support
4e88c59 - Update #75: Moved pingTest and added session to device class.
5a967fe - update test adn singleton logic
2edf093
14 May 2024