« Back to Product

Documentation

ZW_ThermostatSetPointSet

 boolean ZW_ThermostatSetPointSet (int $InstanceID, int $SetPoint, float $Value) 

Parameters

InstanceID

Device ID

SetPoint

0..255

Value

0..255

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sets the PointSet PointSet of the specified device with the InstanceID InstanceID

SetPoint Integer-Value
Invalid 0
Heating 1
Cooling 2
Furnace 3
DryAir 4
MoistAir 5
AutoChangeover 6

Example

ZW_ThermostatSetPointSet(12345, 1, 20); //e.g. switch on
Any questions?