C# Class OSAE.Tellstick.Tellstick.sensor

Mostra file Open project: opensourceautomation/Open-Source-Automation

Public Properties

Property Type Description
numberHum int
numberTemp int
sumHum float
sumTemp float

Public Methods

Method Description
addValue ( int devId, float value, int dataType ) : void
getAvg ( int devId, int dataType ) : float
getAvgReset ( int devId, int dataType ) : float
sensor ( ) : System

Method Details

addValue() public method

public addValue ( int devId, float value, int dataType ) : void
devId int
value float
dataType int
return void

getAvg() public method

public getAvg ( int devId, int dataType ) : float
devId int
dataType int
return float

getAvgReset() public method

public getAvgReset ( int devId, int dataType ) : float
devId int
dataType int
return float

sensor() public method

public sensor ( ) : System
return System

Property Details

numberHum public_oe property

public int numberHum
return int

numberTemp public_oe property

public int numberTemp
return int

sumHum public_oe property

public float sumHum
return float

sumTemp public_oe property

public float sumTemp
return float