Terminal.psm1

<#
    Return Json file from the URL for set product and scope. If version parameter is set it returns Json file only if higher version was found, otherwise returns null.
#>

function Set-TerminalInstallerPhase1 
{
    Write-Verbose "Maslo import povedlo se"
}