This commit is contained in:
2023-10-19 20:07:37 +03:00
parent 493ada2c34
commit 310a02dca8
7 changed files with 237 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
Filetype: IR signals file
Version: 1
#
# Телевизор в кабинете
#
name: Power
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 15 EA 00 00
#
name: Channel Up
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 19 E6 00 00
#
name: Channel Down
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 18 E7 00 00
#
name: Volume Up
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 1B E4 00 00
#
name: Volume Down
type: parsed
protocol: NECext
address: 00 7F 00 00
command: 1A E5 00 00