Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar authored Sep 18, 2019
1 parent 15a4b2d commit 02ad79d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cecCtl.on('error', console.error);
language: 'eng',
turnOn: [Function: bound changePower], // Turn on dev0 (TV)
turnOff: [Function: bound changePower], // Turn off dev0 (TV)
togglePower: [Function: bound togglePower], // Transition to power "on" from "standby" and vice versa
changeSource: [Function], // Switch HDMI input (optional arg is port number)
sendKey: [Function] // Send key press to this device
},
Expand All @@ -46,7 +47,8 @@ cecCtl.on('error', console.error);
powerStatus: 'on',
language: 'eng',
turnOn: [Function: bound changePower],
turnOff: [Function: bound changePower]
turnOff: [Function: bound changePower],
togglePower: [Function: bound togglePower]
},
setActive: [Function: bound changeActive], // Send source active signal (switches TV input)
setInactive: [Function: bound changeActive], // Send source inactive signal
Expand Down

0 comments on commit 02ad79d

Please sign in to comment.