MetersToggleCommand

data class MetersToggleCommand(val meters: List<String> = listOf()) : Command

Toggle the given meters on/off.

Constructors

Link copied to clipboard
constructor(meters: List<String> = listOf())

Properties

Link copied to clipboard

Meters to toggle