pub fn set_auto(
unique_id: &str,
toggle: AutoToggle,
on: bool,
) -> Result<(), ControlError>Expand description
Turn one auto mode on or off.
ยงErrors
ControlError::Unsupported when the camera has no such toggle.
pub fn set_auto(
unique_id: &str,
toggle: AutoToggle,
on: bool,
) -> Result<(), ControlError>Turn one auto mode on or off.
ControlError::Unsupported when the camera has no such toggle.