From 5cae425270c1cf119591b9885cd212fa9c5ca7c6 Mon Sep 17 00:00:00 2001 From: Ryan Jarvis Date: Fri, 18 Jan 2019 23:46:36 -0800 Subject: [PATCH] Typo preventing "Personal preference settings" & "Display user info on screen" from functioning Source: https://en.wikipedia.org/wiki/RC-5#Command_Tables --- decoders/ir_rc5/lists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoders/ir_rc5/lists.py b/decoders/ir_rc5/lists.py index fa56dbc..4a8c958 100644 --- a/decoders/ir_rc5/lists.py +++ b/decoders/ir_rc5/lists.py @@ -69,7 +69,7 @@ command = { 12: ['Standby', 'StBy'], 13: ['Mute', 'M'], 14: ['Personal preferences', 'PP'], - 14: ['Display', 'Disp'], + 15: ['Display', 'Disp'], 16: ['Volume up', 'Vol+'], 17: ['Volume down', 'Vol-'], 18: ['Brightness up', 'Br+'], -- 2.30.2