mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
- revert to ignoring rgb in color+white+cct case by resetting all its inputs to minimum and only controlling white channels - ignore ww and cw in rgb+cct case; use approximated color, thus allowing us to set a different 'cold temperature' limit - fix webui layout rules based on root element class(es) and consistent order for our control elements that does not depend on the order in which `processData` handles configuration kvs - internal refactoring to flatten input processing funcs selection (to possibly replace our boolean flags with a simple list)