Files
espurna/code/html
Maxim Prokhorov 2a7cabb4d3 light: rework hsv input in webui
* make sure we don't apply hsv and brightnesss, only take hue and saturation
  when calculating inputs. use value as brightness percentage, wrapping
  the original function (which also makes other modules use this codepath)
* deduce interface elements based on both setting and incoming
  properties. wrap everything in {light: ...} in both inputs and
  outputs, alse allow to update multiple properties at the same time
* add light state toggle when special lights relay is not set up
* remove channel, state and brightness elements through css styling
  instead of going to the elements directly. no need to chech whether
  certain elements exist
2022-10-23 03:18:57 +03:00
..
2018-06-24 23:46:04 +02:00
2022-01-13 02:16:28 +03:00
2022-10-23 03:18:57 +03:00
2022-10-23 03:18:57 +03:00
2018-03-19 07:13:21 +01:00
2022-10-23 03:18:57 +03:00