Hello Peter

Could you give this a try and see if it works for volume up and down?

10 ef = device address, needs to be transformed into 01 fe
1a e5 = command (vol up) => a1 5e
10 ef = command (vol down) => 01 fe

9050 2175 625 20000 is a repeat command which IRBlaster plugin cannot
simulate. Instead I added a minimum repeat of 2.

Cheers
Felix



Code:
--------------------
    
  begin remote
  
  name  Tact_Try
  bits           32
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100
  
  header       9000  4400
  one           600  1600
  zero          600   500
  ptrail        600
  gap          40000
  toggle_bit      0
  min_repeat      2
  
  begin codes
  volup                    0x0001FEA15E
  voldown                  0x0001FE01FE
  end codes
  
  end remote
  
--------------------


-- 
fcm4711

Everyone said: This cannot be done. But one day someone came along who
didn't know about this - and did it. (Source unknown)
------------------------------------------------------------------------
fcm4711's Profile: http://forums.slimdevices.com/member.php?userid=42
View this thread: http://forums.slimdevices.com/showthread.php?t=42208

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to