mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 22:21:58 -06:00
Added Shutdown Script, Putty, Firefox, and VisualC++ Assemblies
This commit is contained in:
25
Assemblies/Scripts/General Purpose/Shutdown_Device_WIN.json
Normal file
25
Assemblies/Scripts/General Purpose/Shutdown_Device_WIN.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 1,
|
||||
"name": "Shutdown Device [WIN]",
|
||||
"description": "Shutdown the device with a configurable countdown.",
|
||||
"category": "script",
|
||||
"type": "powershell",
|
||||
"script": "c2h1dGRvd24uZXhlIC9zIC9mIC90ICRlbnY6dGltZW91dA==",
|
||||
"timeout_seconds": 3600,
|
||||
"sites": {
|
||||
"mode": "all",
|
||||
"values": []
|
||||
},
|
||||
"variables": [
|
||||
{
|
||||
"name": "timeout",
|
||||
"label": "Shutdown Countdown",
|
||||
"type": "number",
|
||||
"default": "30",
|
||||
"required": true,
|
||||
"description": "Amount of time to wait before shutdown occurs."
|
||||
}
|
||||
],
|
||||
"files": [],
|
||||
"script_encoding": "base64"
|
||||
}
|
||||
Reference in New Issue
Block a user