Skip to content

Commit

Permalink
[viera-connector-homekit-connector-bridge] Prepared viera connector t…
Browse files Browse the repository at this point in the history
…o homekit connector bridge (#306)
  • Loading branch information
actions-user committed Sep 29, 2024
1 parent 1845335 commit a35156e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Thermostat.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
class Thermostat implements VirtualDrivers\Driver
{

private const PROCESSING_DEBOUNCE_DELAY = 120.0;
private const PROCESSING_DEBOUNCE_DELAY = 150.0;

/** @var array<string, bool|null> */
private array $heaters = [];
Expand Down

0 comments on commit a35156e

Please sign in to comment.