diff --git a/server/ControlScripts/TestScriptsScope.php b/server/ControlScripts/TestScriptsScope.php index 5ce4552..4f8f856 100644 --- a/server/ControlScripts/TestScriptsScope.php +++ b/server/ControlScripts/TestScriptsScope.php @@ -19,7 +19,7 @@ $device = $this -> devices() -> by_alias("test_stand_relay"); return [ "device_response" => $device -> device_api() -> toggle_channel(), - ] + ]; }); }