came with my window blinds, but IR doesn't seem to recognize any
protocol or device info automatically like it does for other learned
commands.
I'm using extender2 with my 15-2117 and it is my understanding when
using extender, there is no support for learned commands so I'd like
to be able to convert the learned commands into something I can use
while an extender is enabled.
Here is the raw data. Any help would be appreciated:
Code: Select all
Raw Data
Frequency 40201
Sent once when key pressed (same for all the buttons)
+2660 -2676
Sent repeatedly while key is being held
BlindUp1 +994 -1000 +994 -2670 +994 -1000 +994 -2670 +2660 -2676
BlindDn1 +994 -1000 +994 -2670 +994 -2670 +994 -1000 +2660 -2676
BlindUp2 +994 -2670 +994 -1000 +994 -1000 +994 -2670 +2660 -2676
BlindDn2 +994 -2670 +994 -1000 +994 -2670 +994 -1000 +2660 -2676
--
I interpret the command to be something like:
(I'm an IR newbie so I don't really have any idea how IR protocols are
created. This is just high-level pattern matching from computer science
background.)
BlindUp1 1000 2670 1000 2670 2660 2676
BlindDn1 1000 2670 2670 1000 2660 2676
BlindUp2 2670 1000 1000 2670 2660 2676
BlindDn2 2670 1000 2670 1000 2660 2676
BlindUp1 0 1 0 1 END
BlindDn1 0 1 1 0 END
BlindUp2 1 0 0 1 END
BlindDn2 1 0 1 0 END