From b242938263b7952a3f914a25dea9127d7892b0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Meireles?= Date: Sat, 22 Jan 2022 18:06:02 +0000 Subject: [PATCH] add a note on README about current WOL status and limitations (#90) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - also, revert 8903d31 Signed-off-by: António Meireles --- README.md | 4 ++++ src/viera.ts | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1772f0..3d8963b 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ plugin could do. > ``` > > so that the the plugin could turn the TV ON. +> +> Please do note that, on older sets, the **Wake On Lan** feature is only +> expected to work if the TV is connected to the network via a cable and not via +> wi-fi. On some sets, specially less older ones, it _may_ work also wirelessly. ### Disabling TV app support in very old TV sets diff --git a/src/viera.ts b/src/viera.ts index b1b6961..c740f31 100644 --- a/src/viera.ts +++ b/src/viera.ts @@ -171,7 +171,6 @@ class VieraTV implements VieraTV { watcher .on('message', (message): void => { const properties = message.body['e:propertyset']['e:property'] - console.log(prettyPrint(properties)) // when in standby isn't an array // XXX: in some cases X_ScreenState simply doesn't pop up (in array or no array form) // when that happens we assume it's off.