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
type: parsed
protocol: NEC
protocol: Samsung32
address: 0e 00 00 00
command: 0c 00 00 00
#
name: MUTE
type: parsed
protocol: NEC
protocol: Samsung32
address: 0e 00 00 00
command: 0d 00 00 00
#
name: VOL+
type: parsed
protocol: NEC
protocol: Samsung32
address: 0e 00 00 00
command: 14 00 00 00
#
name: VOL-
type: parsed
protocol: NEC
protocol: Samsung32
address: 0e 00 00 00
command: 15 00 00 00
#
name: CH+
type: parsed
protocol: NEC
protocol: Samsung32
address: 0e 00 00 00
command: 12 00 00 00
#
name: CH-
type: parsed
protocol: NEC
protocol: Samsung32
address: 0e 00 00 00
command: 13 00 00 00
#