Mattzobricks / MattzoControllers

MattzoController firmware
20 stars 10 forks source link

Parse fn commands from fn instead of fnchangedstate attribute #73

Closed Mattzobricks closed 5 months ago

Mattzobricks commented 5 months ago

Presently, fn commands are parsed in MTC4PF using the fnchangedstate attribute. This works for button clicks, but not for function events via actions. It is required to parse the true/false value from the fn (f0, f1, f2...) attribute.

Mattzobricks commented 5 months ago

@Hilbert70, could you have a look at the code and make it better? Parsing should work for function number 0 to 32.

Thank you!