Skip to content

Commit

Permalink
Add support for the new CONNECT (S15) device
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Mar 15, 2019
1 parent 04ab6ec commit e62250f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog

--------

## 2.0.7 - 2019-03-15

### Fixed

* [Device] Added support for the new CONNECT (S15) device.

--------

## 2.0.6 - 2018-12-14

### Fixed
Expand Down
1 change: 1 addition & 0 deletions src/Devices/Device.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ public function isSpeaker(): bool
"S11" => "PLAYBASE",
"S13" => "ONE",
"S14" => "BEAM",
"S15" => "CONNECT",
"ZP80" => "ZONEPLAYER",
"ZP90" => "CONNECT",
"ZP100" => "CONNECT:AMP",
Expand Down
4 changes: 4 additions & 0 deletions tests/Devices/DeviceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ public function modelProvider()
"S5",
"S6",
"S9",
"S11",
"S13",
"S14",
"S15",
"ZP80",
"ZP90",
"ZP100",
Expand Down

0 comments on commit e62250f

Please sign in to comment.