I've Updated the files, the User interface is now showing properly. The remote has only the most basic of functions, but it's fairly easy to modify it if you want.
I've also made it so that the most used controls can be triggered by their own function, but also with a 'CustomKey' function. eg:
- Control.VolumeUp
- Control.VolumeDown
- Control.ChannelUp
- Control.ChannelDown
- Control.ToggleStandby
Can also be access with Control.CustomKey (KeyValue)
eg. Control.CustomKey("ChannelStepUp"), Control.CustomKey("VolumeDown"), Control.CustomKey("Standby") etc.
Here is a full list of 'CustomKey' commands for my model TV, to see a full list for your own TV go to the follwing address:
http://192.168.x.x:1925/1/doc/API-Method-input-key-POST.htmlStandby
Back
Find
RedColour
GreenColour
YellowColour
BlueColour
Home
VolumeUp
VolumeDown
Mute
Options
Dot
Digit0
Digit1
Digit2
Digit3
Digit4
Digit5
Digit6
Digit7
Digit8
Digit9
Info
CursorUp
CursorDown
CursorLeft
CursorRight
Confirm
Next
Previous
Adjust
WatchTV
Viewmode
Teletext
Subtitle
ChannelStepUp
ChannelStepDown
Source
AmbilightOnOff
PlayPause
Pause
FastForward
Stop
Rewind
Record
Online
Any feedback or ideas for improvement would be greatly appreciated.