Skip to content

v2.0.0-rc7

Pre-release
Pre-release
Compare
Choose a tag to compare
@MaxvandeLaar MaxvandeLaar released this 02 Apr 15:29
· 75 commits to master since this release
  • Toast message action cards now give error messages
  • Images send in Toast messages are resized to 200px
  • Added remote logging for debugging on/off states

Remote logging only sends logging when the tv is turned on or off with the following data:

{
  http: {
    clientHost: YOUR PUBLIC IP ADDRESS SO I KNOW WHO'S LOGLINE IT IS
    contentType: application/json
  },
  json: {
    status: THE STATE OF THE LAST MESSAGE FROM THE TV
    processing: LAST PROCESS STATE OF THE LAST MESSAGE FROM THE TV
    tvSetTo: true|false IF THE TV TURNED ON|OFF IN THE APP
  }
}

The data is sent to https://www.loggly.com/ where I can view it. No other information is logged and no other event in the app is sent to the remote. This is purely for me to find all the different possible states so I can create a super reliable powerListener.