Skip to content

Instantly share code, notes, and snippets.

@andresn
Created December 31, 2013 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresn/8193619 to your computer and use it in GitHub Desktop.
Save andresn/8193619 to your computer and use it in GitHub Desktop.
Volume Up: OK
Volume Down: OK
Mute On / Off: OK (provide mute state on load?)
Channel Up: OK
Channel Down: OK
Submenu: OK
Menu: OK
Arrow up, bottom, left, right: OK (also work under Netflix, and Youtube context).
Cancel: OK (perhaps actually have the word exit or cancel?)
Power Off: OK (also provide state?)
Power On: Error: {"command":"POWER","device":"Panasonic","cmdStatus":"Device is off or unreachable"} Device unreachable (duh.. but wonder why they wouldn't have a dedicated server or something?)
Change Input: OK
Number Pad: OK (works ok when wathcing TV, seem comments about under Netflix context)
Vierra Link (class fa fa-th, looks like a numb pad): OK, but does nothing? what's it supposed to do?
Internet: OK
Hdmi 4: Does nothing, with the following GET / request error: Bevey.ajax.requestcommon.js:393. (anonymous function)
Text Input: string / command goes through, but nothing happens (under a Netflix signon context, other commands such as arrows work):
. XHR finished loading: "http://192.168.2.8:8080/?text=andres.narva@gmail.com&device=panasonic&ts=1388471855133". common.js:393
{"text":"andres.narva@gmail.com","device":"Panasonic", "cmdStatus":"ok"}
Number Pad, same as text input:
. XHR finished loading: "http://192.168.2.8:8080/?device=panasonic&command=D9&ts=1388471871214". common.js:393
{"command":"D9","device":"Panasonic","cmdStatus":"ok"}
Same deal when under Youtube context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment