Merge pull request #69 from logickworkshop/main

Number of additions
This commit is contained in:
UberGuidoZ 2022-07-31 09:39:15 -07:00 committed by GitHub
commit 4a83d46126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 183 additions and 1 deletions

View File

@ -0,0 +1,71 @@
Filetype: IR signals file
Version: 1
#
# Logitech ConferenceCam Connect
# https://www.logitech.com/en-us/products/video-conferencing/conference-cameras/connect-conferencecam.960-001013.html
#
name: Logitech_konf
type: parsed
protocol: NEC
address: 02 00 00 00
command: EB 00 00 00
#
name: Vol_up
type: parsed
protocol: NEC
address: 02 00 00 00
command: 6B 00 00 00
#
name: Vol_dwn
type: parsed
protocol: NEC
address: 02 00 00 00
command: AB 00 00 00
#
name: Up
type: parsed
protocol: NEC
address: 02 00 00 00
command: A7 00 00 00
#
name: Down
type: parsed
protocol: NEC
address: 02 00 00 00
command: B7 00 00 00
#
name: Left
type: parsed
protocol: NEC
address: 02 00 00 00
command: AF 00 00 00
#
name: Right
type: parsed
protocol: NEC
address: 02 00 00 00
command: BF 00 00 00
#
name: Zoom_out
type: parsed
protocol: NEC
address: 02 00 00 00
command: E4 00 00 00
#
name: Zoom_in
type: parsed
protocol: NEC
address: 02 00 00 00
command: A4 00 00 00
#
name: Accept_call
type: parsed
protocol: NEC
address: 02 00 00 00
command: E7 00 00 00
#
name: Deny_call
type: parsed
protocol: NEC
address: 02 00 00 00
command: F7 00 00 00

View File

@ -0,0 +1,34 @@
Filetype: IR signals file
Version: 1
#
# Rowenta Eole Infinite Fan
#
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: 19 00 00 00
#
name: Speed
type: parsed
protocol: NEC
address: 00 00 00 00
command: 11 00 00 00
#
name: Auto
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0C 00 00 00
#
name: Oscillation
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0E 00 00 00
#
name: Timer
type: parsed
protocol: NEC
address: 00 00 00 00
command: 05 00 00 00

View File

@ -0,0 +1,71 @@
Filetype: IR signals file
Version: 1
#
# Nixplay Picture Frame Remote
# https://www.nixplay.com
#
name: On_Off
type: parsed
protocol: NECext
address: 01 88 00 00
command: 70 8F 00 00
#
name: Playlists
type: parsed
protocol: NECext
address: 01 88 00 00
command: 78 87 00 00
#
name: Up
type: parsed
protocol: NECext
address: 01 88 00 00
command: 72 8D 00 00
#
name: Down
type: parsed
protocol: NECext
address: 01 88 00 00
command: 77 88 00 00
#
name: Left
type: parsed
protocol: NECext
address: 01 88 00 00
command: 74 8B 00 00
#
name: Right
type: parsed
protocol: NECext
address: 01 88 00 00
command: 76 89 00 00
#
name: OK
type: parsed
protocol: NECext
address: 01 88 00 00
command: 75 8A 00 00
#
name: Back
type: parsed
protocol: NECext
address: 01 88 00 00
command: 71 8E 00 00
#
name: Settings
type: parsed
protocol: NECext
address: 01 88 00 00
command: 7A 85 00 00
#
name: Vol +
type: parsed
protocol: NECext
address: 01 88 00 00
command: 68 97 00 00
#
name: Vol -
type: parsed
protocol: NECext
address: 01 88 00 00
command: 69 96 00 00

View File

@ -19,4 +19,10 @@ name: Down
type: parsed
protocol: NECext
address: BA A0 00 00
command: 02 FD 00 00
command: 02 FD 00 00
#
name: Mute
type: parsed
protocol: NECext
address: BA A0 00 00
command: 01 FD 00 00