From a55f2161cafd7c29560566e8cf20a51976f865b3 Mon Sep 17 00:00:00 2001 From: Alex Docauer Date: Wed, 1 Mar 2023 15:36:27 -0800 Subject: [PATCH] Update README to indicate clear text support. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfdf4cc..1b0fab7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is a JS library that implements TCP network control for LG TVs manufactured since 2018. It utilizes encryption rules based on a guide found on the internet. +A non-encrypted mode is provided for older models, but hasn't been tested. This is not provided by LG, and it is not a complete implementation for every TV model. @@ -85,7 +86,8 @@ const lgtv = new LGTV( '1a:2b:3c:4d:5e:6f', /** - * Encryption Keycode, as generated during "Setting Up the TV" above + * Encryption Keycode, as generated during "Setting Up the TV" above. + * If not provided, uses clear text, but is required by most models. */ 'KEY1C0DE',