diff --git a/src/resource/light.rs b/src/resource/light.rs index fd89178..d2f827b 100644 --- a/src/resource/light.rs +++ b/src/resource/light.rs @@ -105,6 +105,8 @@ pub enum SoftwareUpdateState { NoUpdates, /// Device cannot be updated. NotUpdatable, + /// Device is ready to install new updates. + ReadyToInstall, // TODO: Add missing variants for states (https://github.com/yuqio/huelib-rs/issues/1) }