Agent Calibrate Command
data class AgentCalibrateCommand(val targets: List<CalibrationTarget> = listOf(
CalibrationTarget.CPULoad,
CalibrationTarget.Idle
), val threshold: Double = 50000.0, val delta: Double = 1.04, val timeOut: Long = 4, val removeTask: Boolean = true) : AgentCommand
Associate meters with units.