Skip to content

Commit

Permalink
Merge pull request #174 from Debenben/RemoteControlButton
Browse files Browse the repository at this point in the history
fix #173 RemoteControlButton documentation
  • Loading branch information
nathankellenicki authored Apr 26, 2024
2 parents abecb53 + 2b03176 commit e0ae64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/remotecontrolbutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class RemoteControlButton extends Device {
case Mode.BUTTON_EVENTS:
/**
* Emits when a button on the remote is pressed or released.
* @event RemoteControlButton#button
* @event RemoteControlButton#remoteButton
* @type {object}
* @param {number} event
*/
Expand Down

0 comments on commit e0ae64e

Please sign in to comment.