Create remote for Honeywell C152

Created remote for Honeywell evaporative cooling fan C152, parsed codes read with the Flipper Zero.
Code commented and using repository nomenclature.
main
Pablo Leautaud 2023-01-29 18:26:04 -06:00 committed by GitHub
parent 8db424444a
commit 533778cd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,46 @@
Filetype: IR signals file
Version: 1
#
# Honeywell CL152 Evaporative Aircooler Fan
#
name: POWER
type: parsed
protocol: NEC
address: 01 00 00 00
command: 1D 00 00 00
#
name: SPEED
type: parsed
protocol: NEC
address: 01 00 00 00
command: 1A 00 00 00
#
name: SWING
type: parsed
protocol: NEC
address: 01 00 00 00
command: 18 00 00 00
#
name: TIMER
type: parsed
protocol: NEC
address: 01 00 00 00
command: 0D 00 00 00
#
name: COOLING
type: parsed
protocol: NEC
address: 01 00 00 00
command: 0A 00 00 00
#
name: BREEZE
type: parsed
protocol: NEC
address: 01 00 00 00
command: 08 00 00 00
#
name: IONIZER
type: parsed
protocol: NEC
address: 01 00 00 00
command: 05 00 00 00