Output

The Output function is part of the Trigger class.

It allows you to record a value to the Modular Output System.

Parameters

NameDescription
KeyThe name of the point, May include '/' characters to form a hierarchy
ValueThe value to store
TagsOptional - An array of tag strings that describe the value

Example

ob.Output("Power Usage/Weekly/Total Amps",AmpTotal,["Power","Weekly"])

Return

This function does not return anything.