Bugfix/channel-object-type-all-enabled (#1135)

* Added datetime same API for unit testing.

* Added CHANNEL_VALUE_ALL define and fixed the API integration for the additional datatypes now supported.
This commit is contained in:
Steve Karg
2025-11-10 14:02:03 -06:00
committed by GitHub
parent 5574c9d3f1
commit 356b4f72bf
6 changed files with 92 additions and 10 deletions
+2
View File
@@ -145,6 +145,8 @@ The git repositories are hosted at the following sites:
### Fixed
* Added CHANNEL_VALUE_ALL define and fixed the API integration for the
additional datatypes now supported in the Channel object. (#1135)
* Fixed the error class returned for AlarmAcknowledgment (#1131)
* Fixed object creation failure when create is called before init. (#1122)
* Fixed octetstring_copy_value() and added unit tests. (#1121)