Remove redundant return statement in Shelly relay control logic

This commit is contained in:
Jeppe Bundgaard
2025-12-16 11:41:00 +01:00
parent 3eef3b45c4
commit 3115856fc8
@@ -67,7 +67,6 @@ trait selfserve_lane_port_controller_t
if (empty($relay_id)) {
throw new \Exception("Invalid relay ID for port {$port->name}");
}
return true; // TODO: Remove this line when implementing Shelly relay control
$shelly = new shelly();
$shelly->requireModuleEnabled();
$shelly->requireValidSecretKey();