Correct bruteforce TV db (#952)

* Correct bruteforce TV db. Skyworth TV has Samsung32 protocol, not NEC
* Remove excess zeroes at the end. It can broke FFF if read by value count.
This commit is contained in:
Albert Kharisov 2022-01-11 18:45:46 +04:00 committed by GitHub
parent 9ade2349ad
commit c77c6c30a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,37 +87,37 @@ command: 08 00 00 00
# #
name: POWER name: POWER
type: parsed type: parsed
protocol: NEC protocol: Samsung32
address: 0e 00 00 00 address: 0e 00 00 00
command: 0c 00 00 00 command: 0c 00 00 00
# #
name: MUTE name: MUTE
type: parsed type: parsed
protocol: NEC protocol: Samsung32
address: 0e 00 00 00 address: 0e 00 00 00
command: 0d 00 00 00 command: 0d 00 00 00
# #
name: VOL+ name: VOL+
type: parsed type: parsed
protocol: NEC protocol: Samsung32
address: 0e 00 00 00 address: 0e 00 00 00
command: 14 00 00 00 command: 14 00 00 00
# #
name: VOL- name: VOL-
type: parsed type: parsed
protocol: NEC protocol: Samsung32
address: 0e 00 00 00 address: 0e 00 00 00
command: 15 00 00 00 command: 15 00 00 00
# #
name: CH+ name: CH+
type: parsed type: parsed
protocol: NEC protocol: Samsung32
address: 0e 00 00 00 address: 0e 00 00 00
command: 12 00 00 00 command: 12 00 00 00
# #
name: CH- name: CH-
type: parsed type: parsed
protocol: NEC protocol: Samsung32
address: 0e 00 00 00 address: 0e 00 00 00
command: 13 00 00 00 command: 13 00 00 00
# #