Skip to content

timeMsg

Pk11 edited this page Sep 25, 2020 · 1 revision

The timeMsg function has 2 parameters.

  • seconds -> The time in seconds to show the message for
  • message -> The message to show

Example:

{
    "type": "timeMsg",
    "seconds": 3,
    "message": "App will be booted in 3 seconds!"
}
Clone this wiki locally