Clears Twinkly devices
The Twinkly API does not allow for the deletion of specific storage items, and is limited to 16 movies.
This clears the stored movies and playlists
Clear-Twinkly
One or more IP Addresses of Twinkly devices.
Type:
[IPAddress[]]
Required: false
Position: 1
PipelineInput:true (ByPropertyName)
-WhatIf is an automatic variable that is created when a command has [CmdletBinding(SupportsShouldProcess)]
.
-WhatIf is used to see what would happen, or return operations without executing them
-Confirm is an automatic variable that is created when a command has [CmdletBinding(SupportsShouldProcess)]
.
-Confirm is used to -Confirm each operation.
If you pass -Confirm:$false
you will not be prompted.
If the command sets a [ConfirmImpact("Medium")]
which is lower than $confirmImpactPreference
, you will not be prompted unless -Confirm is passed.
Clear-Twinkly [[-IPAddress] <IPAddress[]>] [-WhatIf] [-Confirm] [<CommonParameters>]