Update audio.ir (#2897)

* Update audio.ir: added Panasonic SA-PM193 codes to universal remote
* Update audio.ir: added play/pause code as Pause button

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Astro 2023-08-01 06:33:17 -07:00 committed by GitHub
parent 67ca96ea96
commit 1536f7a643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,3 +328,52 @@ type: parsed
protocol: NECext
address: 30 FC 00 00
command: 0C F3 00 00
#
# Model: Panasonic SA-PM193
name: Power
type: parsed
protocol: Kaseikyo
address: AC 02 20 00
command: D1 03 00 00
# CD play/pause, tape play also exists but probably less commonly used
name: Play
type: parsed
protocol: Kaseikyo
address: AA 02 20 00
command: A0 00 00 00
# same as above
name: Pause
type: parsed
protocol: Kaseikyo
address: AA 02 20 00
command: A0 00 00 00
#
name: Vol_up
type: parsed
protocol: Kaseikyo
address: A0 02 20 00
command: 00 02 00 00
#
name: Vol_dn
type: parsed
protocol: Kaseikyo
address: A0 02 20 00
command: 10 02 00 00
#
name: Next
type: parsed
protocol: Kaseikyo
address: AC 02 20 01
command: A1 00 00 00
#
name: Prev
type: parsed
protocol: Kaseikyo
address: AC 02 20 01
command: 91 00 00 00
#
name: Mute
type: parsed
protocol: Kaseikyo
address: A0 02 20 00
command: 20 03 00 00