pub async fn ack_command( tx: &mut Sender<YgwMessage>, link_addr: Addr, command_id: CommandId, message: Option<String>, ) -> Result<()>