knx-go
knx-go copied to clipboard
KNX clients and protocol implementation in Go
Should fix #77.
Workaround for DPT 14.1200 because subtype has 4 digits instead of 3
The conversation only works for DPT with format yy.xxx but will fail if they have four digits like yy.xxxx
Creating a new PR (previous #91) to keep the conversation clean since I've done some research now. There were some confusion on how to represent fields with a different resolution...
In the application I'm writing I'd like refer to datapoints I create by the `Datapoint` interface. However, due to the fact that `Unpack` has pointer receiver, I cannot simply cast...