mirror of
https://github.com/zyphlar/LanternPowerMonitor.git
synced 2024-03-08 14:07:47 +00:00
Support posting power to an MQTT topic for Home Assistant.
This commit is contained in:
committed by
mmilligan
parent
90002ab4d4
commit
ea07715c46
@@ -136,7 +136,7 @@ public class Breaker {
|
||||
}
|
||||
|
||||
public double getLowPassFilter() {
|
||||
return lowPassFilter;
|
||||
return Math.abs(lowPassFilter) < 0.05 ? 1.6: lowPassFilter;
|
||||
}
|
||||
|
||||
public void setLowPassFilter(double _lowPassFilter) {
|
||||
|
||||
Reference in New Issue
Block a user