The pronto notation is normally described as "intro part exactly once, repetition part if and as long as the button is held down". I.e., zero or more times. Therfore, I think I stand to my interopretation that the IRP
Code: Select all
I (R)+Returning from this philosophical excursion, I implemented a new option, tentatively called
Code: Select all
--disregard-repeat-minsCode: Select all
[1191]$ java -jar dist/IrpMaster.jar -c data/IrpProtocols.ini -p dish_network 0 0 4
Device Code: 0.0 Function: 4
0000 0048 0012 0011 0017 015A 0017 00A1 0017 00A1 0017 00A1 0017 005C 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 015A 0017 00A1 0017 00A1 0017 00A1 0017 005C 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 015A
[1192]$ java -jar dist/IrpMaster.jar -c data/IrpProtocols.ini -p --disregard-repeat-mins dish_network 0 0 4
Device Code: 0.0 Function: 4
0000 0048 0001 0011 0017 015A 0017 00A1 0017 00A1 0017 00A1 0017 005C 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 00A1 0017 015A
I would welcome feedback of all sorts. Should it be default? Is there a less awkward name? I plan to incorporate it into the next release, due later this spring.