Merge pull request #36 from kerouanton/main

Added remotes
This commit is contained in:
UberGuidoZ 2022-07-31 09:36:48 -07:00 committed by GitHub
commit 54c231f2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,34 @@
Filetype: IR signals file
Version: 1
#
# Rowenta Eole Infinite Fan
#
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: 19 00 00 00
#
name: Speed
type: parsed
protocol: NEC
address: 00 00 00 00
command: 11 00 00 00
#
name: Auto
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0C 00 00 00
#
name: Oscillation
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0E 00 00 00
#
name: Timer
type: parsed
protocol: NEC
address: 00 00 00 00
command: 05 00 00 00

View File

@ -19,4 +19,10 @@ name: Down
type: parsed
protocol: NECext
address: BA A0 00 00
command: 02 FD 00 00
command: 02 FD 00 00
#
name: Mute
type: parsed
protocol: NECext
address: BA A0 00 00
command: 01 FD 00 00