From fd0a414aed65a1e2079145d6305e357e4d570855 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:39:44 -0500 Subject: [PATCH] Created timeMsg (markdown) --- timeMsg.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 timeMsg.md 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