Added speak-time.ps1

This commit is contained in:
Markus Fleschutz
2021-01-02 13:46:38 +01:00
parent 31848acec0
commit 9f7552b386
3 changed files with 20 additions and 1 deletions

View File

@ -60,6 +60,7 @@ simulate-presence.ps1, simulates the human presence against burglars
speak-file.ps1, speaks the content of the given text file by text-to-speech (TTS)
speak-test.ps1, performs a speak test by text-to-speech (TTS)
speak-text.ps1, speaks the given text by text-to-speech (TTS)
speak-time.ps1, speaks the current time by text-to-speech (TTS)
switch-shelly1.ps1, switches a Shelly1 device in the local network
take-screenshot.ps1, takes a single screenshot
take-screenshots.ps1, takes multiple screenshots

1 Filename Description
60 speak-file.ps1 speaks the content of the given text file by text-to-speech (TTS)
61 speak-test.ps1 performs a speak test by text-to-speech (TTS)
62 speak-text.ps1 speaks the given text by text-to-speech (TTS)
63 speak-time.ps1 speaks the current time by text-to-speech (TTS)
64 switch-shelly1.ps1 switches a Shelly1 device in the local network
65 take-screenshot.ps1 takes a single screenshot
66 take-screenshots.ps1 takes multiple screenshots