C# Class HA4IoT.Services.Environment.WeatherService

Inheritance: HA4IoT.Contracts.Services.ServiceBase, IWeatherService
ファイルを表示 Open project: chkr1011/CK.HomeAutomation

Private Properties

Property Type Description
Status void

Public Methods

Method Description
Update ( Weather weather ) : void
WeatherService ( IDateTimeService dateTimeService, IApiService apiService ) : System

Private Methods

Method Description
Status ( IApiContext apiContext ) : void

Method Details

Update() public method

public Update ( Weather weather ) : void
weather Weather
return void

WeatherService() public method

public WeatherService ( IDateTimeService dateTimeService, IApiService apiService ) : System
dateTimeService IDateTimeService
apiService IApiService
return System