Skip to content

Commit

Permalink
Update ZpAccessory.js
Browse files Browse the repository at this point in the history
Add support for _TV_ characteristic for Playbase, see #58.
  • Loading branch information
ebaauw committed Jan 9, 2019
1 parent f04481b commit 2570379
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/ZpAccessory.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ function setHomebridge (Homebridge) {
Characteristic = Homebridge.hap.Characteristic
}

const tvModels = [ 'ZPS9' ]
const tvModels = [
'ZPS9', // PlayBar
'ZPS11' // Playbase, see #58.
]

// ===== SONOS ACCESSORY =======================================================

Expand Down

0 comments on commit 2570379

Please sign in to comment.