homebridge-cozylife-platform
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Homebridge Cozylife Platform

Cozylife Homebrige integration using local net.

Supported Device Types

  • Switch

Installation

npm install homebridge-cozylife-platform

Configuration (mininal)

{
  "platforms": [
    {
      "platform": "CozylifePlatform"
    }
  ]
}

Configuration (optional)

{
  "platforms": [
    {
      "platform": "CozylifePlatform",
      "scanInterval": "10000",
      "checkStatusInterval": "10000",
      "devices": [
        {
          "mac": "xxxxxxxx",
          "name": "my swtich"
        }
      ]
    }
  ]
}

TODO

  • [ ] Light Accessory
  • [ ] Accurate Switch Control
    • [ ] Init N Switch based on config file

Development

  1. clone repository

    ```bash
    git clone https://github.com/kongkx/homebridge-cozylife-platform.git
    ```
    
  2. prepare homebridge config

    ```bash
    cp homebridge/config.json.example homebridge/config.json
    ```
    
  3. run watch command

    ```bash
    npm run watch
    ```
    

Readme

Keywords

Package Sidebar

Install

npm i homebridge-cozylife-platform

Weekly Downloads

9

Version

0.1.2

License

Apache-2.0

Unpacked Size

58.4 kB

Total Files

36

Last publish

Collaborators

  • kongkx