* Fix MQTT Light with RGB and Brightness When an MQTT light is given an RGB and Brightness topic, the RGB is scaled by the brightness *as well* as the brightness being set This causes 255,0,0 at 50% brightness to be sent as 127,0,0 at 50% brightness, which ends up as 63,0,0 after the RGB bulb has applied its brightness scaling. Fixes the same issue in mqtt, mqtt-json and mqtt-template. Related Issue: #13725 * Add comment to mqtt_json as well |
||
---|---|---|
.. | ||
__init__.py | ||
test_deconz.py | ||
test_demo.py | ||
test_group.py | ||
test_hue.py | ||
test_init.py | ||
test_litejet.py | ||
test_mochad.py | ||
test_mqtt.py | ||
test_mqtt_json.py | ||
test_mqtt_template.py | ||
test_rflink.py | ||
test_rfxtrx.py | ||
test_template.py | ||
test_tradfri.py | ||
test_zwave.py |