Add timeout settings for Shelly cloud HTTP requests and update related tests

This commit is contained in:
Jeppe Bundgaard
2026-06-09 14:03:12 +02:00
parent aca8be51dc
commit 5c67fe419f
5 changed files with 23 additions and 7 deletions
@@ -336,7 +336,6 @@ trait selfserve_lane_command_t
protected function runRelaySideEffectsForWashStart(selfserve_lane_command_arguments $arguments): void
{
if ($arguments->defer_relay_side_effects) {
$this->setProgramPickerRelayStatusForWashStart();
return;
}