add

fun add(format: Any, vararg args: Any?): DualTelemetry.HtmlItem

Add data to the telemetry object for the Driver Station and FtcDashboard, with integrated formatting. Note that using a separator element (defined by dashboardCaptionValueAutoSeparator, default ": ") in your formatted string will split this to an item for FtcDashboard automagically, replicating what addDashboard would do.

Return

The telemetry item added to the Driver Station, null if the send failed from overflow

Parameters

format

An object string to add to telemetry

args

The objects to format into the object format string via Text.formatString