Output
Last updated
Last updated
The output of a function reflects its return value, typically generated after the function's action has been completed. Depending on the nature of the function, the output can take various forms:
Data (string, number, integer, boolean, array, object)
Files
Images
Function output data can be utilized in many ways. It can:
Become input for another function: Serve as an input argument for another function to build a .
Trigger functions: Initiate the execution of one or more functions in differing ways.
Visualize data in widgets: Processed in for UI presentation.
Set widget behavior properties: Influence the behavior properties of a widget.
Switch pages: Switch automatically to a predetermined page.
Furthermore, through , an output can automatically be:
Modified with custom code: Processed with custom code to generate .
Filtered with code: Subjected to code to control flow interruption or continuation.
Recorded in : Automatically recorded in the InfluxDB for storage.