Merge pull request #541 from Yawning/feature/minor-additions

Add a few random devices
This commit is contained in:
UberGuidoZ
2023-07-11 23:17:36 -07:00
committed by GitHub
3 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
Filetype: IR signals file
Version: 1
#
# Hitachi HEF-RM1 remote (Fan)
# https://store.kadenfan.hitachi.co.jp/store/g/gHEF-90R-007/
#
# Suitable for Hitachi HEF-90R, HEF-DC90, HEF-RM1
#
name: Power
type: parsed
protocol: NECext
address: 82 21 00 00
command: 1F E0 00 00
#
name: On_timer
type: parsed
protocol: NECext
address: 82 21 00 00
command: 07 F8 00 00
#
name: Off_timer
type: parsed
protocol: NECext
address: 82 21 00 00
command: 13 EC 00 00
#
name: Ok_timer
type: parsed
protocol: NECext
address: 82 21 00 00
command: 03 FC 00 00
#
name: Rythm
type: parsed
protocol: NECext
address: 82 21 00 00
command: 0B F4 00 00
#
name: Sleep_mode
type: parsed
protocol: NECext
address: 82 21 00 00
command: 17 E8 00 00
#
name: Fan_power
type: parsed
protocol: NECext
address: 82 21 00 00
command: 1B E4 00 00
#
name: Osc_horiz
type: parsed
protocol: NECext
address: 82 21 00 00
command: 0F F0 00 00

View File

@@ -0,0 +1,53 @@
Filetype: IR signals file
Version: 1
#
# QUADS QS303 (DUO AIR) Fan
# https://quads.co.jp/product/duo-air/
#
name: Power
type: parsed
protocol: NEC
address: 30 00 00 00
command: 88 00 00 00
#
name: Dry_clothing
type: parsed
protocol: NEC
address: 30 00 00 00
command: 86 00 00 00
#
name: Osc_vert
type: parsed
protocol: NEC
address: 30 00 00 00
command: 95 00 00 00
#
name: Osc_horiz
type: parsed
protocol: NEC
address: 30 00 00 00
command: 83 00 00 00
#
name: Speed_up
type: parsed
protocol: NEC
address: 30 00 00 00
command: 8C 00 00 00
#
name: Speed_down
type: parsed
protocol: NEC
address: 30 00 00 00
command: 87 00 00 00
#
name: On_timer
type: parsed
protocol: NEC
address: 30 00 00 00
command: 85 00 00 00
#
name: Off_timer
type: parsed
protocol: NEC
address: 30 00 00 00
command: 9C 00 00 00