Files
aqhomecontrol/avr/modules/sk6812/README
2025-09-22 22:48:37 +02:00

28 lines
582 B
Plaintext

Module for SK6812 RGBW LED Strips
=================================
=================================
1. Values
=========
1.1 RGBWVALUE
-------------
RGB Value for activated light:
aqhome-tool setdata -N nodes/XXXXXXXX/RGBWVALUE -v GRWB
Example:
Set color of LED strip to blue (half intensity)
aqhome-tool setdata -N nodes/12345678/RGBWVALUE -v 0x80
1.2. RGBWSTATE
--------------
Turn LED strip on or off using the color set with RGBWVALUE
aqhome-tool setdata -N nodes/XXXXXXXX/RGBWSTATE -v 1 # on
aqhome-tool setdata -N nodes/XXXXXXXX/RGBWSTATE -v 0 # off