mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
brightness scale in plugin
This commit is contained in:
@@ -58,7 +58,7 @@ sub nmodes {
|
||||
# to be empty
|
||||
|
||||
sub brightnessMap {
|
||||
return (65535, 1, 2, 3, 4);
|
||||
return (65535, 10, 50, 100, 200);
|
||||
}
|
||||
|
||||
=comment
|
||||
|
||||
Reference in New Issue
Block a user