Meters Set Command
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.