homebridge-lifesmart-cololightpro

Control Lifesmart Cololight PRO

Usage no npm install needed!

<script type="module">
  import homebridgeLifesmartCololightpro from 'https://cdn.skypack.dev/homebridge-lifesmart-cololightpro';
</script>

README

Homebridge - LifeSmart ColoLight PRO

  • Can only switch the light on/off + set brightness.
  • Plugin do not read the state of ColoLight at current code.

Example config.json:

    "accessories": [
        {
            "accessory": "ColoLightPro",
            "name": "ColoLightPro",
            "host": "192.168.2.103"
        }
    ]