Merge pull request #174 from Debenben/RemoteControlButton

fix #173 RemoteControlButton documentation
This commit is contained in:
Nathan Kellenicki 2024-04-25 17:00:15 -07:00 committed by GitHub
commit e0ae64e7f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
*/