AMoo-Miki / homebridge-tuya-lan

Homebridge plugin for IoT devices that use Tuya Smart's platform
MIT License
202 stars 51 forks source link

Ceiling fan light has separate white and yellow controls #256

Closed tdiggity closed 2 years ago

tdiggity commented 2 years ago

Any thoughts on this one?

light = yellow leds white_led = white leds

light and white_led are separately tunable in brightness.

bright_value    Integer 
{
  "min": 10,
  "max": 1000,
  "scale": 0,
  "step": 1
}
light   Boolean 
"{true,false}"
fan_speed   Enum    
{
  "range": [
    "1",
    "2",
    "3",
    "4",
    "5",
    "6",
    "7",
    "8",
    "9",
    "10"
  ]
}
switch  Boolean 
"{true,false}"
switch_led  Boolean 
"{true,false}"
bright_value_1  Integer 
{
  "min": 10,
  "max": 1000,
  "scale": 0,
  "step": 1
}