We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fa2df commit 03b44d7Copy full SHA for 03b44d7
fs/api_timer.js
@@ -22,6 +22,7 @@ let Timer = {
22
set: ffi('int mgos_set_timer(int,int,void(*)(userdata),userdata)'),
23
24
REPEAT: 1,
25
+ RUN_NOW: 2,
26
27
// ## **`Timer.now()`**
28
// Return current time as double value, UNIX epoch (seconds since 1970).
0 commit comments