jildertviet / JFixLib

Library to control multiple light fixtures with the same codebase
0 stars 0 forks source link

Some msgTypes are ignored when grouped #16

Open jildertviet opened 7 months ago

jildertviet commented 7 months ago

Due to using parseMsg() instead of receive() for parsing the individual msgs. Solution: use parseMsg for all.