You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: