Craig Martin

(Official) LUA Scripting Documentation

get_sys_history

Get a value from system history.


Spec:

get_sys_history(
	string key)

Parameters

Returns


Example

local temp = get_sys_history("temperature")

This example gets the value of the system history record with the key “temperature”


Incomplete

This documentation is incomplete


back