fix: missing 'type' for some signals

This commit is contained in:
Daniel
2022-08-25 23:26:19 +02:00
parent 62a17bf07a
commit dbf3cb849f
880 changed files with 26977 additions and 151 deletions

View File

@@ -5,56 +5,67 @@ Version: 1
# Autogenerated from ircodes/KENMORE/Air Conditioner253.xml
#
name: POWER
type: parsed
protocol: NECext
address: AF 10 00 00
command: 77 88 00 00
#
name: COOL
type: parsed
protocol: NECext
address: AF 10 00 00
command: 6F 90 00 00
#
name: TIMER
type: parsed
protocol: NECext
address: AF 10 00 00
command: 9F 60 00 00
#
name: FAN+
type: parsed
protocol: NECext
address: AF 10 00 00
command: 7F 80 00 00
#
name: FAN-
type: parsed
protocol: NECext
address: AF 10 00 00
command: DF 20 00 00
#
name: TEMP+
type: parsed
protocol: NECext
address: AF 10 00 00
command: 8F 70 00 00
#
name: TEMP-
type: parsed
protocol: NECext
address: AF 10 00 00
command: 4F B0 00 00
#
name: ENERGYSAVE
type: parsed
protocol: NECext
address: AF 10 00 00
command: BF 40 00 00
#
name: AUTO-FAN
type: parsed
protocol: NECext
address: AF 10 00 00
command: 0F F0 00 00
#
name: SLEEP
type: parsed
protocol: NECext
address: AF 10 00 00
command: FF 00 00 00
#
name: FAN-ONLY
type: parsed
protocol: NECext
address: AF 10 00 00
command: 1F E0 00 00