Skip to content

setAlarm

Sahri Riza Umami edited this page Jun 22, 2018 · 4 revisions

Succeeds after a specified amount of time has passed.
Can be called before authorization.

setAlarm(seconds)
Field Type Description
seconds double Number of seconds before the function returns

Example

  • Returns Ok after 360 seconds.

    setAlarm(360)

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally