< Back
Get-WeatherCityTemperature
Post
NAME Get-WeatherCityTemperature
SYNOPSIS
Returns the temperature in the provided OpenWeatherMap city
SYNTAX
Get-WeatherCityTemperature [[-WeatherCity] <Object>] [[-Type] <String>] [[-Units] <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-WeatherCity <Object>
The OpenWeatherMap raw city object
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Type <String>
The type of temperature to retrieve: Current, Min, Max
Required? false
Position? 2
Default value Current
Accept pipeline input? false
Accept wildcard characters? false
-Units <String>
Required? false
Position? 3
Default value imperial
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
RELATED LINKS
SYNOPSIS
Returns the temperature in the provided OpenWeatherMap city
SYNTAX
Get-WeatherCityTemperature [[-WeatherCity] <Object>] [[-Type] <String>] [[-Units] <String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-WeatherCity <Object>
The OpenWeatherMap raw city object
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Type <String>
The type of temperature to retrieve: Current, Min, Max
Required? false
Position? 2
Default value Current
Accept pipeline input? false
Accept wildcard characters? false
-Units <String>
Required? false
Position? 3
Default value imperial
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
RELATED LINKS