Created timeMsg (markdown)

Pk11
2020-09-25 16:39:44 -05:00
parent 4c27ba97ec
commit fd0a414aed
+13
@@ -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!"
}
```