brightness scale in plugin

This commit is contained in:
philippe44
2020-01-18 01:23:17 -08:00
parent 10ea98f061
commit 5599f13954
4 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ sub nmodes {
# to be empty
sub brightnessMap {
return (65535, 1, 2, 3, 4);
return (65535, 10, 50, 100, 200);
}
=comment