fix #173 RemoteControlButton documentation

This commit is contained in:
bene 2022-12-18 13:50:55 +01:00
parent e4c68e5749
commit 2b03176509

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