C# Class HA4IoT.Telemetry.ComponentStateHistoryTracker

Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
ComponentStateHistoryTracker ( IComponent component ) : System
Reset ( ) : void

Private Methods

Méthode Description
AppendDataPoint ( ComponentStateChangedEventArgs eventArgs ) : void
ConvertCsvLineToJsonObject ( string line ) : Newtonsoft.Json.Linq.JObject
CreateDataPointAsync ( object sender, ComponentStateChangedEventArgs e ) : void
HandleApiCommand ( IApiContext apiContext ) : void
HandleApiRequest ( IApiContext apiContext ) : void

Method Details

ComponentStateHistoryTracker() public méthode

public ComponentStateHistoryTracker ( IComponent component ) : System
component IComponent
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void