├── Lights ├── Audio.h └── Lights.ino ├── Models ├── remote.blend ├── remote.stl └── remoteCap.stl ├── Node.RED ├── Disco Modes flow.JSON ├── Timer flow.JSON └── UI flow.JSON ├── README.md ├── Remote ├── AlarmSelection.h ├── ColorSelection.h ├── Remote.ino ├── Screen.html └── colorWheel.h └── schematic.PNG /Lights/Audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Lights/Audio.h -------------------------------------------------------------------------------- /Lights/Lights.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Lights/Lights.ino -------------------------------------------------------------------------------- /Models/remote.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Models/remote.blend -------------------------------------------------------------------------------- /Models/remote.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Models/remote.stl -------------------------------------------------------------------------------- /Models/remoteCap.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Models/remoteCap.stl -------------------------------------------------------------------------------- /Node.RED/Disco Modes flow.JSON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Node.RED/Disco Modes flow.JSON -------------------------------------------------------------------------------- /Node.RED/Timer flow.JSON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Node.RED/Timer flow.JSON -------------------------------------------------------------------------------- /Node.RED/UI flow.JSON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Node.RED/UI flow.JSON -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/README.md -------------------------------------------------------------------------------- /Remote/AlarmSelection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Remote/AlarmSelection.h -------------------------------------------------------------------------------- /Remote/ColorSelection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Remote/ColorSelection.h -------------------------------------------------------------------------------- /Remote/Remote.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Remote/Remote.ino -------------------------------------------------------------------------------- /Remote/Screen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Remote/Screen.html -------------------------------------------------------------------------------- /Remote/colorWheel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/Remote/colorWheel.h -------------------------------------------------------------------------------- /schematic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/MQTTLights/HEAD/schematic.PNG --------------------------------------------------------------------------------