Meters Add Command
data class MetersAddCommand(val session: Int? = null, val meters: List<String> = listOf()) : SessionCommand
Adds a meter to a session.
Only meters from the free pool of the instance can be added.
Adds a meter to a session.
Only meters from the free pool of the instance can be added.