Skip to content

Commit

Permalink
add a note on README about current WOL status and limitations (#90)
Browse files Browse the repository at this point in the history
- also, revert 8903d31

Signed-off-by: António Meireles <[email protected]>
  • Loading branch information
AntonioMeireles committed Jan 22, 2022
1 parent 81c25e1 commit b242938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/viera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b242938

Please sign in to comment.