Skip to content

Commit

Permalink
increse verbosity of isTurnedOn (#90 leftovers)
Browse files Browse the repository at this point in the history
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
  • Loading branch information
AntonioMeireles committed Jan 22, 2022
1 parent 19d8bae commit 8903d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ 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 8903d31

Please sign in to comment.