Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 809 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 809 Bytes

tinkerhub-daemon

Run and manage Tinkerhub plugins on your local machine, such as Raspberry Pi.

To use, first install NodeJS, then install via npm:

$ npm install -g tinkerhubd
$ npm install -g tinkerhub-cli

This will install two commands, tinkerhubd for managing the daemon and tinkerhub for interacting with things on your network.

Starting and stopping

The command start will start the daemon in the background as the current user:

$ tinkerhubd start

Use stop to stop the daemon:

$ tinkerhubd stop

Managing plugins

Plugins are installed via install:

$ tinkerhubd install <plugin-name>
$ tinkerhubd install device-hue
$ tinkerhubd install bridge-zwave