refactor: adapt new naming scheme for Audio

This commit is contained in:
darmiel
2023-08-21 21:34:15 +02:00
parent c0e402540e
commit a68c6a2662
152 changed files with 470 additions and 470 deletions

View File

@@ -1,25 +1,25 @@
Filetype: IR signals file
Version: 1
#
name: POWER
name: Power
type: parsed
protocol: NEC
address: 35 00 00 00
command: 09 00 00 00
#
name: VOL+
name: Vol_up
type: parsed
protocol: NEC
address: 35 00 00 00
command: 45 00 00 00
#
name: VOL-
name: Vol_dn
type: parsed
protocol: NEC
address: 35 00 00 00
command: 1B 00 00 00
#
name: MUTE
name: Mute
type: parsed
protocol: NEC
address: 35 00 00 00

View File

@@ -1,25 +1,25 @@
Filetype: IR signals file
Version: 1
#
name: POWER
name: Power
type: parsed
protocol: NECext
address: 83 22 00 00
command: 08 F7 00 00
#
name: MUTE
name: Mute
type: parsed
protocol: NECext
address: 83 22 00 00
command: 0C F3 00 00
#
name: VOL+
name: Vol_up
type: parsed
protocol: NECext
address: 83 22 00 00
command: 0A F5 00 00
#
name: VOL-
name: Vol_dn
type: parsed
protocol: NECext
address: 83 22 00 00