diff --git a/streamdeck-plugin/busylight/src/actions/set-brightness.ts b/streamdeck-plugin/busylight/src/actions/set-brightness.ts index c4dc211..aeaca5d 100644 --- a/streamdeck-plugin/busylight/src/actions/set-brightness.ts +++ b/streamdeck-plugin/busylight/src/actions/set-brightness.ts @@ -14,7 +14,7 @@ export class SetBrightness extends SingletonAction { override onWillAppear(ev: WillAppearEvent): void | Promise { - streamDeck.logger.trace(`>>> Received WillAppearEvent. Settings: ${JSON.stringify(ev.payload.set)} <<<`); + streamDeck.logger.trace(`>>> Received WillAppearEvent. Settings: ${JSON.stringify(ev.payload.settings)} <<<`); return ev.action.setTitle(`${ev.payload.settings.brightness ?? 40}%`); }