Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.01 KB

YeelightOSC

Just a tiny app that allows you to connect your Yeelight/Xiaomi bulb to VRChat!

YeelightOSC.mp4

Available parameters

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 are
    • 1: Update lamp color to selected temperature
    • 2: Update lamp color to selected RGB color
    • might add more values as flows, TBD
  • LightToggle: bool, toggles the light on and off

Dependencies