Fork me on GitHub

pimatic-ziggo-mediabox by Sander Geerts | 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

Ziggo Mediabox config options
OptionDescriptionDefault
ip
string
IP address
"192.168."

Device Config Options

pimatic-ziggo-mediabox device config schemas

ZiggoMediaboxRemote

Ziggo remote
OptionDescriptionDefault
buttons
array of objects
The inputs to select from
[]
Elements
pimatic-ziggo-mediabox is written by Sander Geerts