1.0.3 • Published 3 years ago

homebridge-plugin-personal v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

"Personal Lights, Switches, and Contact Sensors" Plugin

This code is heavily based on the work of Ed Coen's homebridge-dummy-contact accessory, Nick Farina's homebridge-dummy accessory, and that of NorthernMan54.

Example config.json:

    {
        "debug": false,
        "devices": [
            {
                "name": "Test Light",
                "type": "Light",
                "contact": true
            },
            {
                "name": "Test Switch",
                "type": "Switch",
                "contact": true
            }
        ],
        "platform": "PersonalHomebridgePlugin"
    }
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago