Helper Class Reference  1.3
HomeGenie - Automation Programs' Engine API
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

◆ HistoryLimit

int HistoryLimit
getset

Gets or sets the history limit.

The history limit.

◆ History

TsList<StatValue> History
get

Gets the history.

The history.

◆ Current

StatValue Current
get

Gets the current value.

The current.

◆ Last

StatValue Last
get

Gets the last value.

The last.

◆ LastOn

StatValue LastOn
get

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

The last on.

◆ LastOff

StatValue LastOff
get

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

The last off.


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