Merge pull request #593 from Wemmy0/main

Add ADJ_UC-IR.ir
This commit is contained in:
UberGuidoZ 2024-08-08 21:57:16 -07:00 committed by GitHub
commit 7dbc6e6a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 232 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Version: 1
#
# Ansio Tower Fan 30" (aka MainStays Tower Fan FZ10-19JR)
#
name: POWERToggle
name: Power
type: raw
frequency: 38000
duty_cycle: 0.330000

View File

@ -0,0 +1,118 @@
Filetype: IR signals file
Version: 1
#
# ADJ UC IR remote (https://www.adj.com/uc-ir)
#
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: 47 00 00 00
#
name: Dimmer+
type: parsed
protocol: NEC
address: 00 00 00 00
command: 43 00 00 00
#
name: Dimmer-
type: parsed
protocol: NEC
address: 00 00 00 00
command: 09 00 00 00
#
name: Full-on
type: parsed
protocol: NEC
address: 00 00 00 00
command: 44 00 00 00
#
name: Fade-gobo
type: parsed
protocol: NEC
address: 00 00 00 00
command: 40 00 00 00
#
name: Strobe
type: parsed
protocol: NEC
address: 00 00 00 00
command: 07 00 00 00
#
name: Color
type: parsed
protocol: NEC
address: 00 00 00 00
command: 15 00 00 00
#
name: Sound-on
type: parsed
protocol: NEC
address: 00 00 00 00
command: 42 00 00 00
#
name: Sound-off
type: parsed
protocol: NEC
address: 00 00 00 00
command: 4A 00 00 00
#
name: Show-0
type: parsed
protocol: NEC
address: 00 00 00 00
command: 52 00 00 00
#
name: 1
type: parsed
protocol: NEC
address: 00 00 00 00
command: 16 00 00 00
#
name: 2
type: parsed
protocol: NEC
address: 00 00 00 00
command: 19 00 00 00
#
name: 3
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0D 00 00 00
#
name: 4
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0C 00 00 00
#
name: 5
type: parsed
protocol: NEC
address: 00 00 00 00
command: 18 00 00 00
#
name: 6
type: parsed
protocol: NEC
address: 00 00 00 00
command: 5E 00 00 00
#
name: 7
type: parsed
protocol: NEC
address: 00 00 00 00
command: 08 00 00 00
#
name: 8
type: parsed
protocol: NEC
address: 00 00 00 00
command: 1C 00 00 00
#
name: 9
type: parsed
protocol: NEC
address: 00 00 00 00
command: 5A 00 00 00

View File

@ -0,0 +1,113 @@
Filetype: IR signals file
Version: 1
#
# Generic Projector Universal Remote (see: https://imgur.com/a/V5NSosb)
# Not all buttons on remote actually do something
#
name: Power
type: parsed
protocol: NECext
address: 48 50 00 00
command: 02 FD 00 00
#
name: Mute
type: parsed
protocol: NECext
address: 48 50 00 00
command: 27 D8 00 00
#
name: Vol+
type: parsed
protocol: NECext
address: 4F 50 00 00
command: 08 F7 00 00
#
name: Vol-
type: parsed
protocol: NECext
address: 4F 50 00 00
command: 0B F4 00 00
#
name: Up
type: parsed
protocol: NECext
address: 48 50 00 00
command: 13 EC 00 00
#
name: Down
type: parsed
protocol: NECext
address: 48 50 00 00
command: 14 EB 00 00
#
name: Left
type: parsed
protocol: NECext
address: 48 50 00 00
command: 16 E9 00 00
#
name: Right
type: parsed
protocol: NECext
address: 48 50 00 00
command: 15 EA 00 00
#
name: Enter
type: parsed
protocol: NECext
address: 48 50 00 00
command: 11 EE 00 00
#
name: Keystone+
type: parsed
protocol: NECext
address: 4F 50 00 00
command: 09 F6 00 00
#
name: Keystone-
type: parsed
protocol: NECext
address: 4F 50 00 00
command: 0D F2 00 00
#
name: Video
type: parsed
protocol: NECext
address: 4F 50 00 00
command: 03 FC 00 00
#
name: Source
type: parsed
protocol: NECext
address: 48 50 00 00
command: 16 E9 00 00
#
name: Menu
type: parsed
protocol: NECext
address: 4F 50 00 00
command: 11 EE 00 00
#
name: Esc
type: parsed
protocol: NECext
address: 48 50 00 00
command: 12 ED 00 00
#
name: Mode
type: parsed
protocol: NECext
address: 01 EF 00 00
command: 0E F1 00 00
#
name: Page+
type: parsed
protocol: NECext
address: 48 50 00 00
command: 13 EC 00 00
#
name: Page-
type: parsed
protocol: NECext
address: 48 50 00 00
command: 14 EB 00 00