vapourismo / knx-go

KNX clients and protocol implementation in Go
MIT License
91 stars 59 forks source link

Re-added 20.105 (HVACContrMode): it went missing in rewrite of registry #89

Closed cespedes closed 6 months ago

cespedes commented 6 months ago

Commit 922a0d by mobilarte martin@maxsyma.com on Feb 17, 2024 changed the DPT types registry and migrated the list of all the DPT types to a map, but in the process it did not migrate type "20.105". I am doing so, and adding a test to check it (which could also be added to all the other types).