mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Included unique ID.
This commit is contained in:
@@ -68,7 +68,7 @@ impl WorkbookClient {
|
||||
Ok(val)
|
||||
}
|
||||
|
||||
pub async fn get_id(&self) -> Result<u64, WorkbookError<Infallible>> {
|
||||
pub async fn get_id(&self) -> Result<[u8; 12], WorkbookError<Infallible>> {
|
||||
let id = self.client.send_resp::<GetUniqueIdEndpoint>(&()).await?;
|
||||
Ok(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user