homebridge-temperature-cmd

0.0.2 • Public • Published

homebridge-temperature-cmd

homebridge-plugin for Your PC Command with Apple-Homekit.(by node.js child_process.exec())

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-temperature-cmd
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
    {
        "accessory": "TemperatureCMD",
        "name": "Living Room Temperature",
        "command": "sudo /usr/local/bin/temper | cut -d ',' -f 2"
    }
]

Readme

Keywords

Package Sidebar

Install

npm i homebridge-temperature-cmd

Weekly Downloads

3

Version

0.0.2

License

ISC

Last publish

Collaborators

  • kgws