Thanks to visit codestin.com
Credit goes to www.npmjs.com

This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

homebridge-plugin-update-check

1.0.2 • Public • Published

homebridge-plugin-update-check

npm npm verified-by-homebridge

A Homebridge plugin for checking for updates to Homebridge and plugins.

This will use homebridge-config-ui-x when available, but will fall back to using npm-check-updates if it is not.

Installation

  1. Install Homebridge using the official instructions.
  2. Install this plugin using: sudo npm install -g homebridge-plugin-update-check.
  3. Update your configuration file. See sample config.json snippet below.

Configuration

Configuration sample:

"platforms": [
    {
        "platform": "PluginUpdate",
        "sensorType": "motion",
        "forceNcu": false
    }
]

Fields

  • "platform": Must always be "PluginUpdate" (required)
  • "sensorType": What type of sensor will be exposed to HomeKit. Can be motion, contact, occupancy, humidity, light, air, leak, smoke, dioxide, or monoxide (Default: motion)
  • "forceNcu": Force use of npm-check-updates instead of homebridge-config-ui-x. (Default: false)

Package Sidebar

Install

npm i homebridge-plugin-update-check

Weekly Downloads

6

Version

1.0.2

License

BSD-2-Clause

Unpacked Size

30.5 kB

Total Files

10

Last publish

Collaborators

  • bwp91
  • donavanbecker
  • northernman
  • sunookitsune