-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#15: Update to Support different kind of remotes
- Loading branch information
Danil Ko
committed
Nov 21, 2020
1 parent
b867624
commit 7884c2a
Showing
4 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"portPrefix" : "", | ||
"portName" : "ttyUSB0", | ||
"isHexDecode" : false, | ||
"vendor" : "NEC_SAMPLE", | ||
"fastForwardList" : [ "5f81bf01" ], | ||
"fastBackwardList" : [ "5f81bf" ], | ||
"playList" : [ "5f81ba01" ], | ||
"stopList" : [ "5f811701" ], | ||
"pauseList" : [ "5f81bb09" ], | ||
"nextList" : [ "5f8101" ], | ||
"lastList" : [ "5f8103" ], | ||
"networkOnList" : [ "5f81bb02" ], | ||
"networkOffList" : [ "5f81ba0b" ] | ||
} |
15 changes: 15 additions & 0 deletions
15
ir-remote-templates/ir_receiver_setting_PHILIP_RC5_TTYACM_SAMPLE.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"portPrefix" : "ttyACM", | ||
"portName" : "", | ||
"isHexDecode" : true, | ||
"vendor" : "PHILIP_RC5_TTYACM", | ||
"fastForwardList" : [ "D34", "534" ], | ||
"fastBackwardList" : [ "532", "D32" ], | ||
"playList" : [ "535", "D35" ], | ||
"stopList" : [ "536", "D36" ], | ||
"pauseList" : [ "530", "D30" ], | ||
"nextList" : [ "520", "D20" ], | ||
"lastList" : [ "521", "D21" ], | ||
"networkOnList" : [ "6BD5ADFF", "5860F6F8" ], | ||
"networkOffList" : [ "531", "D31" ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters