This website works better with JavaScript.
Home
Explore
Help
Sign In
abhas
/
esphome-xiaomi_bslamp2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
16
Wiki
Activity
Browse Source
Fixed missing ; in the code, thanks Jos!
pull/50/head
Maurice Makaay
3 years ago
parent
ec82c14cb7
commit
91b1c39bfa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
components/xiaomi_bslamp2/light/color_handler_color_temperature.h
+ 1
- 1
components/xiaomi_bslamp2/light/color_handler_color_temperature.h
View File
@ -86,7 +86,7 @@ class ColorHandlerColorTemperature : public ColorHandler {
}
#
else
if
(
v
.
get_white
(
)
=
=
0.0f
)
{
return
false
return
false
;
}
#
endif
Write
Preview
Loading…
Cancel
Save