Fork me on GitHub

pimatic-lgtv by Vincent Riemer (vincentriemer) | github | npm

pimatic-plugin-template

See the development guide for usage.

Some Tips:

###Adding package dependencies

  • You can add other package dependencies by running npm install something --save. With the --save option npm will auto add the installed dependency in your package.json
  • You can always install all dependencies in the package.json with npm install

###Commit your changes to git

  • Add all edited files with git add file. For example: git add package.json then commit you changes with git commit.
  • After that you can push you commited work to github: git push

Plugin Config Options

my plugin config options

Device Config Options

pimatic-lgtv device config schema

LGTVAppButtonsDevice

LGTVButtonsDevice config options
OptionDescriptionDefault
tvIp
string
IP of your LGTV
key
string
Unique key identifying your pimatic instance to the LG TV
buttons
array of objects
LGTV App buttons to display
[]
Elements
pimatic-lgtv is written by Vincent Riemer (vincentriemer)