'Toast' command
CLI
toast (message) (heading) (icon) (transition) (duration)
JSON
{"cmd":"toast","msg":"(message)","heading":"(heading)","icon":"(icon)":"transition":"(transition)","duration":"(duration)"}
Example
toast HelloWorld! Welcome info plain
{"cmd":"toast","msg":"Hello World!","heading":"Welcome","icon":"info":"transition":"plain","duration":"5"}
Note
- In CLI mode, if message contains ‘space’, use "" to enclose the message string
- Icon: can be info, warning, error and success
- Transition: can be plain, fade and slide
- duration: unit is ‘seconds’, >= 1