pub async fn step(
conn: &Connection,
endpoint: u16,
direction: StepDirection,
number_of_steps: u16,
speed: u8,
) -> Result<()>Expand description
Invoke Step command on cluster Closure Dimension.
pub async fn step(
conn: &Connection,
endpoint: u16,
direction: StepDirection,
number_of_steps: u16,
speed: u8,
) -> Result<()>Invoke Step command on cluster Closure Dimension.