Skip to content

Commit

Permalink
docs: Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuscc committed Feb 2, 2020
1 parent f2f5542 commit a83496f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -44,13 +44,13 @@ const heos = require('heos-api')

heos.discoverAndConnect().then(connection =>
connection
.onAll(saveToLog)
.onAll(console.log)
.on(
{
commandGroup: 'event',
command: 'player_volume_changed'
},
console.log
console.info
)
.write('system', 'prettify_json_response', { enable: 'on' })
.write('system', 'heart_beat')
Expand Down

0 comments on commit a83496f

Please sign in to comment.