Brightness control fixes (#1)
* refactor light value controls method * fix brightness debug output * partial fixes for brightness control * try to fix white brightness * fix payload debug logging * fix debug output logging * fix light_off message * fix brightness
This commit is contained in:
parent
4417c77875
commit
d20f78ddfe
5 changed files with 106 additions and 57 deletions
|
|
@ -30,5 +30,7 @@ namespace esphome
|
|||
|
||||
void whitening_init(uint32_t val, WhiteningContext &ctx);
|
||||
void whitening_encode(std::vector<uint8_t> &data, WhiteningContext &ctx);
|
||||
|
||||
std::vector<char> vector_to_hex_string(std::vector<uint8_t> &data);
|
||||
} // namespace fastcon
|
||||
} // namespace esphome
|
||||
Loading…
Add table
Add a link
Reference in a new issue