Skip to content

Commit

Permalink
Update ZpPlatform.js
Browse files Browse the repository at this point in the history
Add `"tv"` config.json parameter, see #62.
  • Loading branch information
ebaauw committed Feb 23, 2019
1 parent a586b68 commit c2652b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ZpPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function ZpPlatform (log, config) {
this.VolumeCharacteristic = Characteristic.Volume
break
}
this.tv = config.tv || false
this.speakers = config.speakers || false
this.leds = config.leds || false
this.alarms = config.alarms || false
Expand Down

0 comments on commit c2652b3

Please sign in to comment.