C# Class ThermostatMonitorLib.Cycles

Afficher le fichier Open project: AndroidThermostat/ThermostatMonitor-Net Class Usage Examples

Méthodes publiques

Méthode Description
GetByTime ( System.DateTime startTime, System.DateTime endTime ) : Cycles
GetCSV ( double acKilowatts, double fanKilowatts, double heatBTU, int timeZoneDifference ) : string
GetTotalRunTime ( ) : double
LoadFullSummary ( int locationId, int thermostatId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable
LoadRange ( System thermostatId, System.DateTime startDate, System.DateTime endDate ) : Cycles
LoadSummary ( int thermostatId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable
RemoveIncomplete ( ) : void

Method Details

GetByTime() public méthode

public GetByTime ( System.DateTime startTime, System.DateTime endTime ) : Cycles
startTime System.DateTime
endTime System.DateTime
Résultat Cycles

GetCSV() public méthode

public GetCSV ( double acKilowatts, double fanKilowatts, double heatBTU, int timeZoneDifference ) : string
acKilowatts double
fanKilowatts double
heatBTU double
timeZoneDifference int
Résultat string

GetTotalRunTime() public méthode

public GetTotalRunTime ( ) : double
Résultat double

LoadFullSummary() public static méthode

public static LoadFullSummary ( int locationId, int thermostatId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable
locationId int
thermostatId int
startDate System.DateTime
endDate System.DateTime
timezoneDifference int
Résultat System.Data.DataTable

LoadRange() public static méthode

public static LoadRange ( System thermostatId, System.DateTime startDate, System.DateTime endDate ) : Cycles
thermostatId System
startDate System.DateTime
endDate System.DateTime
Résultat Cycles

LoadSummary() public static méthode

public static LoadSummary ( int thermostatId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable
thermostatId int
startDate System.DateTime
endDate System.DateTime
timezoneDifference int
Résultat System.Data.DataTable

RemoveIncomplete() public méthode

public RemoveIncomplete ( ) : void
Résultat void