Search
Related topics are listed below.
CSV File Write
Action Configuration View » Action Components » CSV File Write
CSVFileWrite generates CSV with the input payload as input. The input payload (cv.Payload) accepts input as an array of JSON arrays or an array of JSON Objects. Otherwise, it converts it to a string and outputs it as a one-line, one-column CSV file. Input…
WriteToExcelLocal
Action Configuration View » Action Components » WriteToExcelLocal
The WriteToExcelLocal component can output data in Excel format to a local xlsx file. The input payload (cv.Payload) can be an array of JSON arrays or an array of JSON Objects. Otherwise, it is converted to a string and output as a single line, single column Excel…
Sensor Data DB If Zero
Action Configuration View » Action Components » Sensor Data DB If Zero
The SensorDataDBIfZero component outputs the input payload as the output payload if no rows are retrieved; if any rows are found, it outputs nothing and omits the Action and all subsequent components. If no rows are found, the Action flow continues. With the content…
SensorDataDB
Action Configuration View » Action Components » SensorDataDB
The Sensor Data DB Action Component is to read from the Sensor Data DB. Each recorded piece of data gets stored in the Sensor Data DB. With this component, you can query that database. The SensorDataDB component queries data from the SensorDataDB stored in HubKit and…
CSVWrite
Action Configuration View » Action Components » CSVWrite
CSV Write generates a comma-separated string with the input payload as input. It is not meant to create CSV files for further processing as writing the output to a file will not append, but overwrite it. If you want to populate a CSV file appending new lines of data…
Available Variables in Actions
Action Configuration View » Available Variables in Actions
Think of the Action Steps as connectable parts that have an input and an output pipe. Each Step waits for incoming objects (in cv.Payload) it can then process and pass on through the output pipe to the next Step. Before processing the Step, you can Pre-Map and after…
Statistics
Action Configuration View » Action Components » Statistics
The Statistics component stores the statistics (Min, Max, Mean/Average, Median, Standard Deviation, Sum, Mode) in the component variables with the specified values. If the value specified is an improper value for a number, that value will be excluded from the…