From 2b03176509339af25e5b01337c123f8c9d8ec8a1 Mon Sep 17 00:00:00 2001 From: bene Date: Sun, 18 Dec 2022 13:50:55 +0100 Subject: [PATCH] fix #173 RemoteControlButton documentation --- src/devices/remotecontrolbutton.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/remotecontrolbutton.ts b/src/devices/remotecontrolbutton.ts index c2cd644..8183ae6 100644 --- a/src/devices/remotecontrolbutton.ts +++ b/src/devices/remotecontrolbutton.ts @@ -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 */