📦 Archived documentation: r1 (committed 2026-07-24) View current documentation →

Custom Logging

Available on: Flexs Q5C

How to log your own script variables by assigning them into a predefined io group.

/*
To log local variables you need to add them to one of the predefined io groups.
This could be an existing group with physical channel values or a group dedicated to your own logging variables.

To add custom measurements / variables to a predefined group named 'io' use the following Syntax

io.totalPower = {watts: 3000, voltage: 480, current: 48};


*/