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.

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