1.1.2 • Published 7 years ago

homebridge-windowcover-webapi v1.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

homebridge-windowcover-webapi

Supports window cover devices on HomeBridge Platform

Requirement

WebAPI can be set the target value like http://WEBSERVICE_API/TERMINATED_BY_SLASH/id/100

*100 is the target value.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-windowcover-webapi
  3. Update your configuration file as bellow.

Configuration

Configuration sample:

   {
       "bridge": {
           ...
       },
       
       "description": "...",

       "accessories": [
           {
               "accessory": "WindowCoverWebAPI",
               "name": "Window Cover Demo",
               "id": "MAC_ADDRESS_LIKE_12:34:56:78:9A:BC",
               "WebAPIroute": "http://WEBSERVICE_API/TERMINATED_BY_SLASH/",
           }
       ],

       "platforms":[]
   }

Contribution

This software is a little modified from https://github.com/PJCzx/homebridge-window-cover for my home use.