It would be nice if both the docs and examples had an example of decoding a single command and then telling you what the command was, instead of using the simple myDecoder.dumpResults(True) method.
I assume you can use myDecoder.Address and myDecoder.Value in an if else statement to do simple translations, right? It would be good to have this spelled out in the code and docs.
It would be nice if both the docs and examples had an example of decoding a single command and then telling you what the command was, instead of using the simple myDecoder.dumpResults(True) method.
I assume you can use myDecoder.Address and myDecoder.Value in an if else statement to do simple translations, right? It would be good to have this spelled out in the code and docs.