pub async fn on_with_timed_off(
conn: &Connection,
endpoint: u16,
on_off_control: OnOffControl,
on_time: u16,
off_wait_time: u16,
) -> Result<()>Expand description
Invoke OnWithTimedOff command on cluster On/Off.
pub async fn on_with_timed_off(
conn: &Connection,
endpoint: u16,
on_off_control: OnOffControl,
on_time: u16,
off_wait_time: u16,
) -> Result<()>Invoke OnWithTimedOff command on cluster On/Off.