Just a tiny app that allows you to connect your Yeelight/Xiaomi bulb to VRChat!
YeelightOSC.mp4
The base for the parameters is, of course, /avatar/parameters/
.
Brightness
: float, ranges from 0.0f (0%) to 1.0f (100%)Temperature
: float, ranges from 0.0f (1700K) to 1.0f (6500K)ColorR
: float, ranges from 0.0f (0) to 1.0f (255)ColorG
: float, ranges from 0.0f (0) to 1.0f (255)ColorB
: float, ranges from 0.0f (0) to 1.0f (255)SendUpdate
: int, its possible values for now are1
: Update lamp color to selected temperature2
: Update lamp color to selected RGB color- might add more values as flows, TBD
LightToggle
: bool, toggles the light on and off
- YeelightAPI by roddone
- Bespoke.Osc by matt from Standford University.