pub async fn step(
conn: &Connection,
endpoint: u16,
direction: StepDirection,
number_of_steps: u16,
speed: Option<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: Option<u8>,
) -> Result<()>Invoke Step command on cluster Closure Dimension.