 | ICompreDriveWCFSetTemperatureSetpoint Method |
Sets the current temperature setpoint, if the system is in manual mode, and has remote setpoint enabled
Namespace: CompreDriveSDK.WCFAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxbool SetTemperatureSetpoint(
float? Setpoint,
string Unit
)
Function SetTemperatureSetpoint (
Setpoint As Single?,
Unit As String
) As Boolean
Parameters
- Setpoint NullableSingle
- The new temperature setpoint
- Unit String
- The unit of the setpoint. Defaults to [°C].
Return Value
BooleanTrue if the action was successful, or false if not
RemarksOnly works when in Manual Control.
See Also