Helper Class Reference
1.1
HomeGenie - Automation Programs' Engine SDK
|
Value statistics. More...
Classes | |
class | StatValue |
Stat value. More... | |
Properties | |
int | HistoryLimit [get, set] |
Gets or sets the history limit. More... | |
TsList< StatValue > | History [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... | |
Value statistics.
|
getset |
Gets or sets the history limit.
The history limit.
|
get |
Gets the history.
The history.
|
get |
Gets the current value.
The current.
|
get |
Gets the last value.
The last.
|
get |
Gets the last on value (value != 0).
The last on.
|
get |
Gets the last off value (value == 0).
The last off.