knx-go icon indicating copy to clipboard operation
knx-go copied to clipboard

KNX clients and protocol implementation in Go

Results 6 knx-go issues
Sort by recently updated
recently updated
newest added

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

Hello! Please add DPT232 support for RGB

enhancement

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...