MetersSetCommand

data class MetersSetCommand(val session: Int? = null, val meters: List<String> = listOf()) : SessionCommand

Sets the meters in a session. Removed ones appear as dummies.

The given list must consist of meter names that are included in the union of the free pool of the instance and the meters that are currently assigned to the session.

Constructors

Link copied to clipboard
constructor(session: Int? = null, meters: List<String> = listOf())

Properties

Link copied to clipboard

New list of meters to use

Link copied to clipboard
open override val session: Int? = null

Session id or null = latest session