C# Class OSAE.RadioThermostat.RadioThermostat

Inheritance: IOpenSourceAutomationAddIn
Show file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void
Timer_Tick ( object sender, EventArgs eArgs ) : void

Private Methods

Method Description
PollDevices ( ) : void

Method Details

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Timer_Tick() public method

public Timer_Tick ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
return void