homebridge-ollehtv

1.0.3 • Public • Published

npm version

homebridge-ollehtv

This is Olleh TV plugin for Homebridge.

Features

  • Switch on / off.

Installation

  1. Install required packages.

    npm install -g homebridge-ollehtv
    
  2. Record down the deviceId and token values as we need it in our configuration file later.

  3. Add these values to config.json.

      "accessories": [
        {
          "accessory": "OllehTV",
          "name": "Olleh TV",
          "deviceId": "DEVICE_ID_FROM_STEP_2",
          "token": "TOKEN_FROM_STEP_2",
          "interval": 5000
        }
      ]
    
  4. Restart Homebridge, and your Olleh TV will be added to Home app.

License

See the LICENSE file for license rights and limitations (MIT).

Package Sidebar

Install

npm i homebridge-ollehtv

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

7.39 kB

Total Files

5

Last publish

Collaborators

  • clauzewitz