Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sabinus52 committed Jul 1, 2019
2 parents ac75834 + dd6673c commit fcb321f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog


### v0.2.1 - 01/07/2019

- Change version `PhpColor` in Composer
- Fix light device


### v0.2 - 29/06/2019

Add class `Color` for to control light
- Add class `Color` for to control light


### v0.1 - 08/05/2019
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^5.2||^7",
"guzzlehttp/guzzle": "~6",
"mexitek/phpcolors": "dev-master"
"mexitek/phpcolors": "*"
},
"autoload": {
"psr-4" : {
Expand Down
1 change: 1 addition & 0 deletions src/Device/LightDevice.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function getColorSaturation()
else
return 0;
}
public function getSaturation() { return $this->getColorSaturation(); }


/**
Expand Down

0 comments on commit fcb321f

Please sign in to comment.