C# Class HA4IoT.Services.Status.StatusService

Inheritance: HA4IoT.Contracts.Services.ServiceBase
显示文件 Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
StatusService ( IComponentService componentService, IApiService apiService, ISettingsService settingsService ) : System

Private Methods

Method Description
CollectStatus ( ) : Status
ExposeStatus ( object sender, ApiRequestReceivedEventArgs e ) : void
GetActuatorStatus ( ) : List
GetOpenWindows ( ) : List
GetStatus ( IApiContext apiContext ) : void
GetTiltWindows ( ) : List

Method Details

StatusService() public method

public StatusService ( IComponentService componentService, IApiService apiService, ISettingsService settingsService ) : System
componentService IComponentService
apiService IApiService
settingsService ISettingsService
return System