< Back

Set-HiveBoost

Sat Jan 18, 2020 8:57 pm

NAME Set-HiveBoost



SYNOPSIS

Sends Boost signal to Hive Heating System





SYNTAX

Set-HiveBoost [-ReceiverId] <Guid> [[-Time] <UInt16>] [[-Temperature] <UInt16>] [-WhatIf] [-Confirm]

[<CommonParameters>]





DESCRIPTION

Sends Boost signal to Hive Heating System with supplied parameters





PARAMETERS

-ReceiverId <Guid>

The Uniqe ID of the Receiver to change the temperature on



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Time <UInt16>

The Desired Boost time in minutes in intervals of 30



Required? false

Position? 3

Default value 120

Accept pipeline input? false

Accept wildcard characters? false



-Temperature <UInt16>

The New Temperature in Celcius EG. for 22????C -Temperature 22



Required? false

Position? 3

Default value 22

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



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

Accepts Pipeline input from Get-HiveDevice





OUTPUTS







NOTES





Author: @pm091



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



PS C:\\>Set-HiveBoost -ReceiverId $ID -Time 120 -Temperature 22













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



PS C:\\>(Get-HiveDevice | Where-Object name -Like rec*)[0] | Select-Object -ExpandProperty id | Set-HiveBoost -Time

120 -Temperature 22















RELATED LINKS

https://github.com/pm091/PowerHive/blob ... veBoost.md