1.0.0 • Published 2 years ago

@mzyy94/homebridge-plugin-360eyes v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Homebridge 360Eyes Light Plugin

This is a plugin to control Light of 360Eyes camera via Homebridge.

Configuration

  "platforms": [
    {
      "platform": "Lamp360Eyes",
      "name": "Lamp360Eyes Config",
      "devices": [
        {
          "name": "Living",
          "address": "192.168.2.151"
        }
      ]
    }
  ]

See config.schema.json for checking all options. Setup with Homebridge Config UI X is recommended.

License

Apache-2.0