diff --git a/src/hue/api/device.rs b/src/hue/api/device.rs index 45bb0e2..1830431 100644 --- a/src/hue/api/device.rs +++ b/src/hue/api/device.rs @@ -38,7 +38,7 @@ impl DeviceProductData { model_id: "BSB002".to_string(), product_archetype: DeviceArchetype::BridgeV2, product_name: "Hue Bridge".to_string(), - software_version: "1.60.1960149090".to_string(), + software_version: "1.66.1966060010".to_string(), } } diff --git a/src/hue/legacy_api.rs b/src/hue/legacy_api.rs index e97df0d..d711c5a 100644 --- a/src/hue/legacy_api.rs +++ b/src/hue/legacy_api.rs @@ -44,7 +44,7 @@ pub struct ApiShortConfig { impl Default for ApiShortConfig { fn default() -> Self { Self { - apiversion: "1.65.0".to_string(), + apiversion: "1.66.0".to_string(), bridgeid: "0000000000000000".to_string(), datastoreversion: "163".to_string(), factorynew: false, @@ -53,7 +53,7 @@ impl Default for ApiShortConfig { name: "Bifrost Bridge".to_string(), replacesbridgeid: None, starterkitid: String::new(), - swversion: "1965111030".to_string(), + swversion: "1966060010".to_string(), } } }