Xose Pérez
|
7dc4eeca84
|
Fix support for Sonoff B1
|
7 years ago |
Xose Pérez
|
68c90c1cc0
|
Fix bug using snprintf
|
7 years ago |
Xose Pérez
|
f7cf9a691f
|
Replaced sprintf with safer snprintf
|
7 years ago |
Xose Pérez
|
fb60201cf1
|
Option to build without web server support
|
7 years ago |
Xose Pérez
|
9750bf26bb
|
Moved strings to PROGMEM, 160 bytes saved in memory
|
7 years ago |
Xose Pérez
|
571edc32e8
|
Use brightness when mocking RGB white
|
7 years ago |
Xose Pérez
|
8abb8ffaff
|
Allow to define useColor, useWhite and useGamma from web interface
|
7 years ago |
Xose Pérez
|
58a8feb90b
|
Allow to disable color picker
|
7 years ago |
Xose Pérez
|
3cf7d32478
|
Change the way dimmer light work and a whole lot of other stuff
|
7 years ago |
Xose Pérez
|
49a3bb2029
|
Mock white color support via MQTT
|
7 years ago |
Xose Pérez
|
7533650d96
|
Prevent division by zero error in color temperature calculation
|
7 years ago |
Xose Pérez
|
3b19e55453
|
Fix color temperature to use mireds instead of kelvin as input value
|
7 years ago |
Xose Pérez
|
46d86eb6c9
|
Report brightness via MQTT
|
7 years ago |
Xose Pérez
|
f9f7b6419e
|
Support for brightness and color/temperature MQTT topics
|
7 years ago |
Xose Pérez
|
4d96cac751
|
Improve support fro H801 led controller, thanks to Minh Phuong Ly
|
7 years ago |
Chris Ward
|
0a46e20de4
|
Chnaged remaining PWM_RANGE to LIGHT_PWM_RANGE
|
7 years ago |
Chris Ward
|
4fb49d8ebc
|
Coding style changes
|
7 years ago |
Chris Ward
|
b078c8117f
|
Added optional gamma correction for light
|
7 years ago |
Chris Ward
|
bf68e8b946
|
Added support for setting light PWM frequency and range
|
7 years ago |
Xose Pérez
|
57f5408b5b
|
Added temperature to RGB calculation. Thanks to Sacha Telgenhof
|
7 years ago |
Xose Pérez
|
994e7f2547
|
Naming changes in light module
|
7 years ago |
Xose Pérez
|
5f3780730b
|
Minimize my9291 flickering when firmware boots
|
7 years ago |
Xose Pérez
|
669d68d733
|
Allow #RRGGBB, RRR,GGG,BBB and WWW formats for color
|
7 years ago |
Xose Pérez
|
85bb72c789
|
Issue #113. Fix restoring color upon reboot
|
7 years ago |
Xose Pérez
|
45f63d2b2d
|
Issue #113. Light bulb state was off in the library. Handling it now from the client code
|
7 years ago |
Xose Pérez
|
816a6f56e8
|
Using constants in api configuration calls
|
7 years ago |
Xose Pérez
|
83883cb21a
|
Configure analogWrite for LED strips
|
7 years ago |
Xose Pérez
|
53d7890a85
|
Allow changing color via REST request
|
7 years ago |
Xose Pérez
|
6b1803d389
|
Refactor MQTT topics and reports setting names
|
7 years ago |
Xose Pérez
|
fb7e08ec93
|
Initial support for RGB/RGBW 5050 LED strips
|
7 years ago |
Xose Pérez
|
e0abce8f0b
|
Helper methods for MQTT sending, subscribing and forwarding
|
7 years ago |
Xose Pérez
|
9e75bdb45a
|
Moving light code to its own module
|
7 years ago |