MetersAddCommand

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

Adds a meter to a session.

Constructors

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

Properties

Link copied to clipboard

Meters to add

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

Session id or null = latest session