pub const GOVEE_ROOT_URL: &str = "https://developer-api.govee.com";
/// A client for interacting with Govee devices through their API.
///
/// This struct provides methods to control Govee devices using the Govee API.
/// It requires a valid Govee API key and root URL to initialize.