mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Added simulate-presence.ps1
This commit is contained in:
19
Scripts/simulate-presence.ps1
Normal file
19
Scripts/simulate-presence.ps1
Normal file
@ -0,0 +1,19 @@
|
||||
#!/snap/bin/powershell
|
||||
|
||||
# Syntax: ./simulate-presence.ps1
|
||||
# Description: simulates the human presence against burglars
|
||||
# Author: Markus Fleschutz
|
||||
# Source: github.com/fleschutz/PowerShell
|
||||
# License: CC0
|
||||
|
||||
function SwitchLight {
|
||||
}
|
||||
|
||||
|
||||
|
||||
SwitchLight 1
|
||||
sleep 60
|
||||
SwitchLight 0
|
||||
sleep 10
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user