< Back

Save-MJVeraImageWithInfo

Sat Jan 11, 2020 3:58 am

NAME Save-MJVeraImageWithInfo



SYNOPSIS

Saves all images from vera with all sensors in that room.





SYNTAX

Save-MJVeraImageWithInfo [-VeraIP] <String> [-RequireLogin] [-Destinationpath <String>] [-FontSize <Int32>]

[-Infotransparency <Int32>] [-VeraCredential <PSCredential>] [<CommonParameters>]





DESCRIPTION

This will allow you to add more information to your vera device.

Created by Ispep

Added 2016-06-21

WWW.Automatiserar.se





PARAMETERS

-VeraIP <String>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-RequireLogin [<SwitchParameter>]

Provide the IP or DNS name to your Vera Controller.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Destinationpath <String>

If you require your controller to apply login use this switch and provide credential to your vera..



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-FontSize <Int32>

Provide the path where you want the images to be saved.



Required? false

Position? named

Default value 10

Accept pipeline input? false

Accept wildcard characters? false



-Infotransparency <Int32>

Provude the fontsize



Required? false

Position? named

Default value 125

Accept pipeline input? false

Accept wildcard characters? false



-VeraCredential <PSCredential>

Sets the transperency to 50% min 0 max 255 for the black



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





This component requires you to have a Vera controller.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\># This will download and add all sensor information to the image in Vera.



Save-MJVeraImageWithInfo -VeraIP VeraIP -Destinationpath C:\\temp



WebcamIP : 10.20.30.40

Destination : C:\\temp

SnapshotURL : image/jpeg.cgi

Filename : VeraImage

RequireLogin : True

WebCamSource : http://10.20.30.40/image/jpeg.cgi

SavePath : C:\\temp\\VeraImage_2016-06-21_21-30-27_3.jpg

FileSize : 49211

Room : 13









-------------------------- EXAMPLE 2 --------------------------



PS C:\\># This will download and add all sensor information to the image in Vera.



Save-MJVeraImageWithInfo -VeraIP VeraIP -Destinationpath C:\\temp -Infotransparency 255



WebcamIP : 10.20.30.40

Destination : C:\\temp

SnapshotURL : image/jpeg.cgi

Filename : VeraImage

RequireLogin : True

WebCamSource : http://10.20.30.40/image/jpeg.cgi

SavePath : C:\\temp\\VeraImage_2016-06-21_21-30-27_3.jpg

FileSize : 49211

Room : 13











RELATED LINKS