C# Class ThermostatMonitorLib.Temperatures

Show file Open project: AndroidThermostat/ThermostatMonitor-Net Class Usage Examples

Public Methods

Method Description
GetByTime ( System.DateTime time ) : Temperature
GetCSV ( ) : string
GetRange ( System.DateTime startDate, System.DateTime endDate ) : Temperatures
GetTempAverage ( System.DateTime startTime, System.DateTime endTime ) : double
GetTempHigh ( ) : double
GetTempLow ( ) : double
LoadRange ( System thermostatId, System.DateTime startDate, System.DateTime endDate ) : Temperatures

Method Details

GetByTime() public method

public GetByTime ( System.DateTime time ) : Temperature
time System.DateTime
return Temperature

GetCSV() public method

public GetCSV ( ) : string
return string

GetRange() public method

public GetRange ( System.DateTime startDate, System.DateTime endDate ) : Temperatures
startDate System.DateTime
endDate System.DateTime
return Temperatures

GetTempAverage() public method

public GetTempAverage ( System.DateTime startTime, System.DateTime endTime ) : double
startTime System.DateTime
endTime System.DateTime
return double

GetTempHigh() public method

public GetTempHigh ( ) : double
return double

GetTempLow() public method

public GetTempLow ( ) : double
return double

LoadRange() public static method

public static LoadRange ( System thermostatId, System.DateTime startDate, System.DateTime endDate ) : Temperatures
thermostatId System
startDate System.DateTime
endDate System.DateTime
return Temperatures