Skip to content

Commit 33f2dd0

Browse files
authored
Merge pull request #8 from GermanBluefox/patch-4
Change level.saturation to level.color.saturation
2 parents c2b6039 + 082dcce commit 33f2dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ module.exports = {
247247
saturation: {
248248
common: {
249249
type: 'number',
250-
role: 'level.saturation',
250+
role: 'level.color.saturation',
251251
name: 'Saturation',
252252
min: 0,
253253
max: 100,

0 commit comments

Comments
 (0)