1.1.0 • Published 3 years ago

homebridge-blinking-switch v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

"Blinking Switch" Plugin

Example config.json:

    "accessories": [
        {
          "accessory": "BlinkingSwitch",
          "name": "My Switch 1"
        }   
    ]

This plugin provides a single switch that can be turned on and off, a readonly 'Status Active' boolean that can be used in automations, and a 'Set Duration' variable to set the time (in seconds) between flips of the boolean 'Status Active' flag.