Adjusted internal washer hysteresis to prevent false positives
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cff9cb4bf6
commit
3134891751
|
@ -60,7 +60,7 @@ impl Device for Washer {
|
||||||
// The washer needs to have a power draw above the theshold multiple times before the washer is
|
// The washer needs to have a power draw above the theshold multiple times before the washer is
|
||||||
// actually marked as running
|
// actually marked as running
|
||||||
// This helps prevent false positives
|
// This helps prevent false positives
|
||||||
const HYSTERESIS: isize = 3;
|
const HYSTERESIS: isize = 10;
|
||||||
|
|
||||||
#[async_trait]
|
#[async_trait]
|
||||||
impl OnMqtt for Washer {
|
impl OnMqtt for Washer {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user