C# Класс OSAE.Nest.Nest

Наследование: OSAEPluginBase
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessCommand ( OSAEMethod method ) : void

OSA Plugin Interface - Commands the be processed by the plugin

RunInterface ( string pluginName ) : void

OSA Plugin Interface - called on start up to allow plugin to do any tasks it needs

Shutdown ( ) : void

OSA Plugin Interface - The plugin has been asked to shut down

Timer_Tick ( object sender, EventArgs eArgs ) : void
convertDate ( string last_connection ) : string
update ( ) : void

Приватные методы

Метод Описание
GetAccessToken ( string authorizationCode ) : string
GetNestData ( string accessToken ) : System.Boolean
IsMyStructureHome ( OSAEObject myobject ) : bool
IsTempOK ( string temptype, string temp, OSAEObject myobject ) : bool
Ititialize ( string calledfrom ) : void
SubscribeToNestDataUpdates ( string accessToken ) : void
UpdateNestData ( string type, string id, string data, string accessToken ) : string

Описание методов

ProcessCommand() публичный Метод

OSA Plugin Interface - Commands the be processed by the plugin
public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod Method containging the command to run
Результат void

RunInterface() публичный Метод

OSA Plugin Interface - called on start up to allow plugin to do any tasks it needs
public RunInterface ( string pluginName ) : void
pluginName string The name of the plugin from the system
Результат void

Shutdown() публичный Метод

OSA Plugin Interface - The plugin has been asked to shut down
public Shutdown ( ) : void
Результат void

Timer_Tick() публичный Метод

public Timer_Tick ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
Результат void

convertDate() публичный Метод

public convertDate ( string last_connection ) : string
last_connection string
Результат string

update() публичный Метод

public update ( ) : void
Результат void