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:
parent
9ade2349ad
commit
c77c6c30a2
@ -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
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user