Limit fan speed to 100% :-)
This commit is contained in:
parent
19b40baf55
commit
90d8da0e0d
@ -846,7 +846,7 @@ END
|
|||||||
sidetext => '%',
|
sidetext => '%',
|
||||||
cli => 'min-fan-speed=i',
|
cli => 'min-fan-speed=i',
|
||||||
type => 'i',
|
type => 'i',
|
||||||
max => 1000,
|
max => 100,
|
||||||
default => 35,
|
default => 35,
|
||||||
},
|
},
|
||||||
'max_fan_speed' => {
|
'max_fan_speed' => {
|
||||||
@ -855,7 +855,7 @@ END
|
|||||||
sidetext => '%',
|
sidetext => '%',
|
||||||
cli => 'max-fan-speed=i',
|
cli => 'max-fan-speed=i',
|
||||||
type => 'i',
|
type => 'i',
|
||||||
max => 1000,
|
max => 100,
|
||||||
default => 100,
|
default => 100,
|
||||||
},
|
},
|
||||||
'bridge_fan_speed' => {
|
'bridge_fan_speed' => {
|
||||||
@ -864,7 +864,7 @@ END
|
|||||||
sidetext => '%',
|
sidetext => '%',
|
||||||
cli => 'bridge-fan-speed=i',
|
cli => 'bridge-fan-speed=i',
|
||||||
type => 'i',
|
type => 'i',
|
||||||
max => 1000,
|
max => 100,
|
||||||
default => 100,
|
default => 100,
|
||||||
},
|
},
|
||||||
'fan_below_layer_time' => {
|
'fan_below_layer_time' => {
|
||||||
|
Loading…
Reference in New Issue
Block a user