Skip to content

Commit

Permalink
Merge pull request #9 from deckarep/patch-1
Browse files Browse the repository at this point in the history
Adds new light ReadyToInstall variant - prevents deserialization.
  • Loading branch information
nn1ks authored Jun 28, 2020
2 parents ffcfe52 + d46e986 commit 9a4f04c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resource/light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 9a4f04c

Please sign in to comment.