diff --git a/timeMsg.md b/timeMsg.md new file mode 100644 index 0000000..3a16951 --- /dev/null +++ b/timeMsg.md @@ -0,0 +1,13 @@ +The `timeMsg` function has 2 parameters. + +- `seconds` -> The time in seconds to show the message for +- `message` -> The message to show + +Example: +```json +{ + "type": "timeMsg", + "seconds": 3, + "message": "App will be booted in 3 seconds!" +} +``` \ No newline at end of file