Skip to content

Commit

Permalink
feat: fix docstrings and release as v.1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Apr 3, 2024
1 parent e754c33 commit afdca00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,14 @@ 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;
/// match result {
/// Ok(_) => println!("Devices controlled successfully"),
/// Err(err) => eprintln!("Error controlling devices: {:?}", err),
/// }
/// `
///
impl GoveeClient {
pub async fn bulk_control_devices(
&self,
Expand Down

0 comments on commit afdca00

Please sign in to comment.