pub async fn step(
conn: &Connection,
endpoint: u16,
direction: StepDirection,
wrap: Option<bool>,
lowest_off: Option<bool>,
) -> Result<()>Expand description
Invoke Step command on cluster Fan Control.
pub async fn step(
conn: &Connection,
endpoint: u16,
direction: StepDirection,
wrap: Option<bool>,
lowest_off: Option<bool>,
) -> Result<()>Invoke Step command on cluster Fan Control.