1
timeMsg
Pk11 edited this page 2020-09-25 16:39:44 -05:00

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!"
}