Skip to content

Tether agent that manages scheduling based on start and end times per day of the week.

Notifications You must be signed in to change notification settings

RandomStudio/tether-scheduler

Repository files navigation

Tether PM2

Tether agent that emits basic on/off state messages based on a schedule that can be edited via an exposed browser UI.
Other agents can listen to these messages to start and stop operation, or in suitable cases it can be used in tandem with the Tether PM2 agent to start and stop processes altogether.

Configuration

JSDoc annotations for the main Config object can be found in Config type def

Plugs

See AsyncAPI YAML

Setup

Install dependencies with:

npm i

Build the agent with:

npm run build

Build and run the agent locally with:

npm start

Command line arguments

Run this agent with command line arguments to override the default agent config.
Beside the standard tether configuration options, the main two options that are important to provide are:

  • http.port: The network port on which to expose the agent's browser-based UI. Defaults to 5555.
  • emitInterval: The amount of time between publication of on/off state messages, in milliseconds. Defaults to 5000.

About

Tether agent that manages scheduling based on start and end times per day of the week.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published