Skip to content

Commit b5bf3c8

Browse files
Update Changelog: #30 Fix and Signature Change of GroupObject Value Update
1 parent cce6ad3 commit b5bf3c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ See the examples for basic usage options
1616
## Changelog
1717

1818
### v1dev (replace this with version and date when releasing to v1)
19+
- Fix [#30](https://github.com/OpenKNX/knx/pull/30): Unexpected behaviour of `GroupObject` on failed conversion to DPT
20+
- `GroupObject::value[No]SendCompare(..)` resulted in value 0 (and returned change based on this value)
21+
- `GroupObject::valueNoSend(..)` updated state from unitialized to OK, without updating the value
22+
- `GroupObject::value(..)` wrote to GA without setting the KO value
23+
- Extension [#30](https://github.com/OpenKNX/knx/pull/30): Return successful conversion to DPT on values update operations in `GroupObject` (changed result-type of some methods from `void` to `bool`)
1924
- only set pinMode of Prog button pin if valid (PROG_BUTTON_PIN >= 0)
2025
- Strings are now \0 terminated in group objects (#25)
2126
- change defines in the rp2040 plattform for LAN / WLAN usage to KNX_IP_LAN or KNX_IP_WIFI, remove KNX_IP_GENERIC

0 commit comments

Comments
 (0)