pub fn cooling_device_init(
locked: &mut Locked<Unlocked>,
kernel: &Kernel,
devices: Vec<String>,
) -> Result<(), Error>Expand description
Initializes the cooling devices specified in the device list.
Device strings are of the form type[=param]. Not all device types support a parameter.
Supported devices:
fcc=N: Fast charge current, where N is the maximum charge level.