mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Fix type
This commit is contained in:
parent
c6b52e6b59
commit
d874164247
@ -290,7 +290,7 @@ This effect allows you to write completely custom light effects yourself using :
|
|||||||
} else {
|
} else {
|
||||||
call.set_rgb(1.0, 0.0, 0.0);
|
call.set_rgb(1.0, 0.0, 0.0);
|
||||||
}
|
}
|
||||||
call.execute();
|
call.perform();
|
||||||
state += 1;
|
state += 1;
|
||||||
if (state == 4)
|
if (state == 4)
|
||||||
state = 0;
|
state = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user