Skip to content

Commit 8eb7016

Browse files
authored
fix: Paulmann 501.34: fix action values #9075 (#9099)
1 parent ee02ca0 commit 8eb7016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/paulmann.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export const definitions: DefinitionWithExtend[] = [
4747
"off_2",
4848
"brightness_move_up_1",
4949
"brightness_move_down_1",
50-
"brightness_move_stop_1",
50+
"brightness_stop_1",
5151
"brightness_move_up_2",
5252
"brightness_move_down_2",
53-
"brightness_move_stop_2",
53+
"brightness_stop_2",
5454
]),
5555
],
5656
meta: {multiEndpoint: true},

0 commit comments

Comments
 (0)