mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Datetime lambda call fix (#3778)
This commit is contained in:
parent
2a55cf0d50
commit
32a3645a05
@ -208,7 +208,7 @@ advanced stuff (see the full API Reference for more info).
|
|||||||
|
|
||||||
// Within lambda, set the time to 12:34:56
|
// Within lambda, set the time to 12:34:56
|
||||||
auto call = id(my_time).make_call();
|
auto call = id(my_time).make_call();
|
||||||
call.set_date("12:34:56");
|
call.set_time("12:34:56");
|
||||||
call.perform();
|
call.perform();
|
||||||
|
|
||||||
Check the API reference for information on the methods that are available for
|
Check the API reference for information on the methods that are available for
|
||||||
|
Loading…
Reference in New Issue
Block a user