From afdca009ca1c601a118f93ac9235408b0144969a Mon Sep 17 00:00:00 2001 From: Maciej Gierada Date: Wed, 3 Apr 2024 16:36:35 +0200 Subject: [PATCH] feat: fix docstrings and release as v.1.3.6 --- src/api/api.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/api.rs b/src/api/api.rs index 2bc500a..e56460a 100644 --- a/src/api/api.rs +++ b/src/api/api.rs @@ -61,7 +61,6 @@ impl GoveeClient { /// /// # Examples /// -/// ```rust /// let govee_client = GoveeClient::new("your_api_key", "https://api.govee.com"); /// let payloads = vec![payload1, payload2]; /// let result = govee_client.bulk_control_devices(payloads).await; @@ -69,7 +68,7 @@ impl GoveeClient { /// Ok(_) => println!("Devices controlled successfully"), /// Err(err) => eprintln!("Error controlling devices: {:?}", err), /// } -/// ` +/// impl GoveeClient { pub async fn bulk_control_devices( &self,