Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 686 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 686 Bytes

RGBCW Bulb Controller

About

Lightweight (6kb) embedded webpage to control RGBCW bulbs, stored on the bulb itself.

Webpage

Build

Prerequisites

  • OpenBeken installed and configured on the target device

  • npm installed on the host machine to build the webpage

Steps

  1. Clone the repository
git clone https://github.com/Nicolas-93/obk_rgbcw_webui
  1. Build the webpage
cd obk_rgbcw_webui
npm init
npm run build
  1. Copy generated content under dist folder to the target device, by using OpenBeken's webapp (Filesystem tab).

  2. Open the webpage by navigating to http://<bulb_ip>/api/lfs/index.html