Fix typo (#10)
This commit is contained in:
parent
77659b6b97
commit
55e8fc1c33
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export class SetBrightness extends SingletonAction<BrightnessSettings> {
|
|||
|
||||
override onWillAppear(ev: WillAppearEvent<BrightnessSettings>): void | Promise<void> {
|
||||
|
||||
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}%`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue