Reboot (foreground)
- 
					
					
					
					
"Reboot in 10 seconds" is one of the built-in commands, but it only works if you install the background service.
{"trigger":"Reboot in 10 seconds","command":"shutdown /r /t 10","ground":"background","voice":"reboot"},So I added this Reboot (foreground) command to the examples under Browse Examples for people who don't want to install the background service:
{"trigger":"Reboot (foreground)","command":"shutdown /r /t 1","ground":"foreground","voice":"reboot"},