Skip to content

Commit f4da295

Browse files
committed
fix: Fixed typo preventing Page brightness from being cleared properly
1 parent 657a733 commit f4da295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ class Page extends EventEmitter {
574574
Math.max(
575575
0,
576576
Math.min(
577-
Math.round((brightness ?? this.STREAMDECK_NODE.brightness) * 100),
577+
Math.round((brightness ?? this.STREAMDECK.brightness) * 100),
578578
100
579579
)
580580
)

0 commit comments

Comments
 (0)