Simple ElectronJS APP to connect and control WiZ Bulbs.
Important
This app is still in development, so it may have some bugs.
You can download the latest release from here.
- Open the app.
- Wait for the app to find your bulbs.
- Now you can turn on/off your bulbs and change their scene.
If you want to build the app yourself, you can do it by following these steps:
- Clone the repo.
- Install the dependencies with
npm install
. - Run
npm run make
to build the app. - The app will be in the
out
folder.
- ElectronJS - Framework used.
- Bootstrap - Used for the UI.
This app is not affiliated with WiZ in any way.