RFLink32 icon indicating copy to clipboard operation
RFLink32 copied to clipboard

KAKU TX: Fix command parsing

Open lennart-k opened this issue 10 months ago • 0 comments

Hey, first thanks a lot for maintaining this awesome project. :) When trying to send commands like

10;Kaku;00004c;0d;OFF;

I would get wrong house and address. Also str2cmd couldn't deal with trailing ; for ON|OFF. As a fix I've replaced ; with the end-of-string character and tried to tidy up a few lines. It now works perfectly fine for me :)

lennart-k avatar Apr 07 '24 19:04 lennart-k