C# Mine
ContentsIndexHome
PreviousUpNext
ThermostatBase.Calibration Method

creates calibration byte array to be sent to the sensor

Syntax
C#
public static byte[] Calibration(long sensorID, byte subACTL, int minutes);
Parameters 
Description 
long sensorID 
The ID of the sensor you want to send the message to. 
byte subACTL 
the subACTL Denotes the type of control going to be sent down to the sensor, (4 fan Override, 6 Occupancy Override, 7 No Occupancy Override) 
int minutes 
Duration in the amount of minutes used between 1 to 720 minutes 
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!