Output
The Output function is part of the Trigger class.
It allows you to record a value to the Modular Output System.
Parameters
Name | Description |
---|---|
Key | The name of the point, May include '/' characters to form a hierarchy |
Value | The value to store |
Tags | Optional - 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.