Closed jaredpetersen closed 8 years ago
The usage example for light.on([duration], [callback]) incorrectly states that the function turns off the light:
light.on(); // Turns the light off instantly light.on(2000); // Fading the light off over two seconds
Thanks
The usage example for light.on([duration], [callback]) incorrectly states that the function turns off the light: