Merge pull request #451 from sawall/air-winix

create winix C555 and 5500-2 air purifiers
This commit is contained in:
UberGuidoZ 2023-03-24 18:19:28 -07:00 committed by GitHub
commit f12af2b1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,34 @@
Filetype: IR signals file
Version: 1
#
# Winix 5500-2 Air Purifier
#
name: POWER
type: parsed
protocol: NEC
address: 12 00 00 00
command: 13 00 00 00
#
name: FAN+
type: parsed
protocol: NEC
address: 12 00 00 00
command: 11 00 00 00
#
name: FAN-
type: parsed
protocol: NEC
address: 12 00 00 00
command: 10 00 00 00
#
name: AUTO
type: parsed
protocol: NEC
address: 12 00 00 00
command: 16 00 00 00
#
name: TURBO
type: parsed
protocol: NEC
address: 12 00 00 00
command: 12 00 00 00

View File

@ -0,0 +1,34 @@
Filetype: IR signals file
Version: 1
#
# Winix C555 Air Purifier
#
name: POWER
type: parsed
protocol: NEC
address: 12 00 00 00
command: 13 00 00 00
#
name: FAN+
type: parsed
protocol: NEC
address: 12 00 00 00
command: 11 00 00 00
#
name: FAN-
type: parsed
protocol: NEC
address: 12 00 00 00
command: 10 00 00 00
#
name: AUTO
type: parsed
protocol: NEC
address: 12 00 00 00
command: 16 00 00 00
#
name: TURBO
type: parsed
protocol: NEC
address: 12 00 00 00
command: 12 00 00 00