Hi Chris/All, I've been digging around in the KNX code generation areas for the aforementioned data type; DPT_Value_Temp and it's brethren. So I can see how the code generators work by driving a 16-bit float to be decoded as a 'half-precision' IEEE value, via the readFloat method of the ReadBufferByteBased class.
Now, with this additional and alternative 16-bit float implementation needing to live alongside the existing, perhaps it's best to have a discussion on the most prefered approach for handling this as it seems, from my fresh and naive perspective, that changes need to be made to the ReadBufferByteBased class and this will affect a whole bunch of other modules. As always, I'm more than happy to make the required changes here, but would like some advice from the more experienced developers on this project before wading in. Many thanks Darren
