Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created fireplace directory and also added fireplace and soundbar remote #158

Merged
merged 5 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,42 +1,45 @@
Filetype: IR signals file
Version: 1
#
#
# LongHua WCF28 fireplace
# https://www.longhuaflame.com/products/freestanding-portable-flame-wooden-frame-infrared-freestanding-electric-heater-fireplace
#
name: POWER
type: parsed
protocol: NEC
address: 00 00 00 00
command: 05 00 00 00
#
#
name: Flame
type: parsed
protocol: NEC
address: 00 00 00 00
command: 47 00 00 00
#
#
name: Heater
type: parsed
protocol: NEC
address: 00 00 00 00
command: 15 00 00 00
#
#
name: Timer
type: parsed
protocol: NEC
address: 00 00 00 00
command: 18 00 00 00
#
#
name: C_F
type: parsed
protocol: NEC
address: 00 00 00 00
command: 45 00 00 00
#
#
name: Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 52 00 00 00
#
#
name: Down
type: parsed
protocol: NEC
Expand Down
59 changes: 59 additions & 0 deletions Fireplaces/RoyalFlame/RoyalFlame_Vision_42_LED.ir
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
Filetype: IR signals file
Version: 1
#
# RoyalFlame Vision 42 LED Electric Fireplace
# https://royalflame.ru/catalog/ochag-vision-42-led/
#
name: POWER
type: parsed
protocol: NEC
address: 01 00 00 00
command: 12 00 00 00
#
name: FIRE+
type: parsed
protocol: NEC
address: 01 00 00 00
command: 1A 00 00 00
#
name: FIRE-
type: parsed
protocol: NEC
address: 01 00 00 00
command: 05 00 00 00
#
name: FUEL+
type: parsed
protocol: NEC
address: 01 00 00 00
command: 1D 00 00 00
#
name: FUEL-
type: parsed
protocol: NEC
address: 01 00 00 00
command: 19 00 00 00
#
name: TEMP+
type: parsed
protocol: NEC
address: 01 00 00 00
command: 18 00 00 00
#
name: TEMP-
type: parsed
protocol: NEC
address: 01 00 00 00
command: 1F 00 00 00
#
name: TIMER
type: parsed
protocol: NEC
address: 01 00 00 00
command: 1C 00 00 00
#
name: SOUND
type: parsed
protocol: NEC
address: 01 00 00 00
command: 1E 00 00 00
88 changes: 88 additions & 0 deletions SoundBars/JBL/JBL_CINEMA_SB120.ir
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
Filetype: IR signals file
Version: 1
#
# JBL CINEMA SB120 bar
#
name: Power
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 53 AC 00 00
#
name: Mute
type: parsed
protocol: NECext
address: 02 BD 00 00
command: AD 52 00 00
#
name: Play/Pause
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 0D F2 00 00
#
name: Vol+
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 26 D9 00 00
#
name: Vol-
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 28 D7 00 00
#
name: Next
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 27 D8 00 00
#
name: Previous
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 25 DA 00 00
#
name: HDMI ARC
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 6D 92 00 00
#
name: OPTICAL
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 4D B2 00 00
#
name: BT
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 1B E4 00 00
#
name: VOICE
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 16 E9 00 00
#
name: NEWS
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 6B 94 00 00
#
name: MUSIC
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 20 DF 00 00
#
name: MOVIE
type: parsed
protocol: NECext
address: 02 BD 00 00
command: 08 F7 00 00
File renamed without changes.
Loading