Set Simulated Meter Count Command
data class SetSimulatedMeterCountCommand(val count: Int = 5, val instance: String? = null) : Command
Configure the number of simulated meters in the instance.
Default: 5 meters Valid range: 0 ... GlobalConfiguration.maxSimulatedCount