mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2026-03-10 04:10:31 +00:00
Added 4-lead multi calibration.
This commit is contained in:
@@ -76,10 +76,11 @@ impl WorkbookClient {
|
||||
|
||||
pub async fn start_impedancemeter_multi(
|
||||
&self,
|
||||
lead_mode: BioImpedanceLeadMode,
|
||||
points: MeasurementPointSet,
|
||||
) -> Result<MultiImpedanceInitResult, WorkbookError<Infallible>> {
|
||||
let response = self.client
|
||||
.send_resp::<StartMultiImpedanceEndpoint>(&MultiImpedanceStartRequest { points })
|
||||
.send_resp::<StartMultiImpedanceEndpoint>(&MultiImpedanceStartRequest { lead_mode, points })
|
||||
.await?;
|
||||
Ok(response)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user