Helper Class Reference  1.1
HomeGenie - Automation Programs' Engine SDK
Classes | Properties | List of all members
ValueStatistics Class Reference

Value statistics. More...

Classes

class  StatValue
 Stat value. More...
 

Properties

int HistoryLimit [get, set]
 Gets or sets the history limit. More...
 
TsList< StatValueHistory [get]
 Gets the history. More...
 
StatValue Current [get]
 Gets the current value. More...
 
StatValue Last [get]
 Gets the last value. More...
 
StatValue LastOn [get]
 Gets the last on value (value != 0). More...
 
StatValue LastOff [get]
 Gets the last off value (value == 0). More...
 

Detailed Description

Value statistics.

Property Documentation

int HistoryLimit
getset

Gets or sets the history limit.

The history limit.

TsList<StatValue> History
get

Gets the history.

The history.

StatValue Current
get

Gets the current value.

The current.

StatValue Last
get

Gets the last value.

The last.

StatValue LastOn
get

Gets the last on value (value != 0).

The last on.

StatValue LastOff
get

Gets the last off value (value == 0).

The last off.


The documentation for this class was generated from the following file: