Skip to content

Commit

Permalink
Merge pull request #593 from Wemmy0/main
Browse files Browse the repository at this point in the history
Add ADJ_UC-IR.ir
  • Loading branch information
UberGuidoZ authored Aug 9, 2024
2 parents 5e7d473 + f5cf2a9 commit 7dbc6e6
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Fans/Ansio/Ansio_Fan_30inch_Tower.ir
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
118 changes: 118 additions & 0 deletions LED_Lighting/ADJ/ADJ_UC-IR.ir
Original file line number Diff line number Diff line change
@@ -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
113 changes: 113 additions & 0 deletions Projectors/BrandUnknown/Generic_Universal_Remote.ir
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7dbc6e6

Please sign in to comment.