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
Hello,
I used the command line project for testing and the method "RmTest()" for learning IR codes does not work for me. await rm.EnterLearning(); var data1 = await rm.CheckData(); var data2 = await rm.CheckData();
data1 and data2 are always NULL. What am I missing?
How do you do IR learning?
Regards
Bernd
The text was updated successfully, but these errors were encountered:
EnterLearning must be executed in a very precise order to other methods.
As of PR #8 EnterLearning should be deprecated in favour of LearnIRCommand, which is very straight forward to use
Hello,
I used the command line project for testing and the method "RmTest()" for learning IR codes does not work for me.
await rm.EnterLearning();
var data1 = await rm.CheckData();
var data2 = await rm.CheckData();
data1 and data2 are always NULL. What am I missing?
How do you do IR learning?
Regards
Bernd
The text was updated successfully, but these errors were encountered: