Click or drag to resize

CMDriveRemotePipeCleanSetTemperatureSetpoint Method

Sets the current temperature setpoint, if the system is in manual mode, and has remote setpoint enabled

Namespace: CompreDriveSDK.WCF.Pipe
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public bool SetTemperatureSetpoint(
	float? Setpoint,
	string Unit
)

Parameters

Setpoint  NullableSingle
The new temperature setpoint
Unit  String
The unit of the setpoint. Defaults to [°C].

Return Value

Boolean
True if the action was successful, or false if not

Implements

ICompreDriveWCFSetTemperatureSetpoint(NullableSingle, String)
Remarks
Only works when in Manual Control.
See Also