thelsing / knx

knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
GNU General Public License v3.0
257 stars 91 forks source link

Added FunctionProperty Callback #236

Closed thewhobox closed 1 year ago

thewhobox commented 1 year ago

Added a callback for FunctionProperty. Now we can use it in OGM-Common Modules so the ETS can communicate with the device (via Buttonscripts).

Also fixed the length. (Request was always 1 byte to short, and Response 1 byte to long)

thelsing commented 1 year ago

PRs should always made against master branch. Can you please resubmit it against master?