homebridge-fluora-light
v1.0.2
Published
Homebridge platform plugin for Fluora smart lights.
Readme
Homebridge Fluora
Homebridge platform plugin for Fluora smart lights.
This plugin only implements the manual mode Fluora lights running the 3.x.x firmware.
No configuration is needed - literally just install the plugin and add the platform to your Homebridge configuration:
{
"platform": "Fluora"
}If the Fluora app picks up your lights, your Homebridge instance on the same network should too!
Development
Install dependencies:
npm installBuild:
npm run buildLint:
npm run lintRun a local Homebridge instance:
npm run watch