Method | Description | |
---|---|---|
Cycle ( ) : System | ||
DeleteCycle ( int cycleId ) : void | ||
EndCycle ( |
||
EndOpenCycle ( int thermostatId, |
||
GetPropertyValue ( string propertyName ) : object | ||
LoadCycle ( int cycleId ) : |
||
LoadOpenCycle ( int thermostatId ) : |
||
LogCycle ( int thermostatId, string cycleType, System.DateTime startDate, System.DateTime endDate, |
||
SaveCycle ( |
||
StartCycle ( int thermostatId, string cycleType, |
Method | Description | |
---|---|---|
GetCycle ( |
public static DeleteCycle ( int cycleId ) : void | ||
cycleId | int | |
return | void |
public static EndCycle ( |
||
c | ||
precision | ||
return | void |
public static EndOpenCycle ( int thermostatId, |
||
thermostatId | int | |
precision | ||
return | void |
public GetPropertyValue ( string propertyName ) : object | ||
propertyName | string | |
return | object |
public static LoadCycle ( int cycleId ) : |
||
cycleId | int | |
return |
public static LoadOpenCycle ( int thermostatId ) : |
||
thermostatId | int | |
return |
public static LogCycle ( int thermostatId, string cycleType, System.DateTime startDate, System.DateTime endDate, |
||
thermostatId | int | |
cycleType | string | |
startDate | System.DateTime | |
endDate | System.DateTime | |
startPrecision | ||
endPrecision | ||
return | void |
public static SaveCycle ( |
||
cycle | ||
return | int |
public static StartCycle ( int thermostatId, string cycleType, |
||
thermostatId | int | |
cycleType | string | |
precision | ||
return | void |