Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 747 Bytes

rosie_controller_tasks

A plugin for the Rosie Controller application that allows for the creation and scheduling of tasks. Adds /tasks endpoints.

Dependencies

  1. Kue requires redis
  2. rosie_controller_remotes
  3. rosie_controller_zwave

Configuration

  1. On the rosie_controller application, run npm install rosie_controller_tasks --save
  2. Add and configure the plugin in the controllers rejoice configuration file.
"rosie_controller_tasks": {
  "KUE_LISTEN_PORT": 4002
}