Socket
Socket
Sign inDemoInstall

homebridge-automate

Package Overview
Dependencies
21
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-automate

Toggle devices and more at specific times of the day with ease


Version published
Weekly downloads
0
Maintainers
1
Install size
7.17 MB
Created
Weekly downloads
 

Readme

Source

Homebridge Automate

A simple way to have cronjob style intervals trigger actions in your home.

Install/Usage

  1. Install with sudo npm install -g homebridge-automate
  2. Add new dummy motion sensors with cronjob intervals to your accessories array:
{
    "accessory": "HomeAutomate",
    "name": "<Unique name>",
    "intervals": [
        "<your intervals here>"
    ]
}

You can now trigger actions based on this motion sensor which triggers at your set intervals. For help with finding crontab intervals, check out crontab guru

Keywords

FAQs

Last updated on 29 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc