From 2c7bf514fb15b821eba70a09352d5b3120055e8e Mon Sep 17 00:00:00 2001 From: Alex Godbehere Date: Tue, 27 Feb 2024 13:45:57 +0000 Subject: [PATCH] Add EtherNet/IP connection --- ray.php | 2 +- .../General/DeviceConnectionForm.vue | 425 ++++++++++-------- 2 files changed, 240 insertions(+), 187 deletions(-) diff --git a/ray.php b/ray.php index 9d4a8fd..886cd65 100644 --- a/ray.php +++ b/ray.php @@ -62,7 +62,7 @@ /** * When enabled, all Http Client requests made by this app will be automatically sent to Ray. */ - 'send_http_client_requests_to_ray' => env('SEND_HTTP_CLIENT_REQUESTS_TO_RAY', true), + 'send_http_client_requests_to_ray' => env('SEND_HTTP_CLIENT_REQUESTS_TO_RAY', false), /* * When enabled, all views that are rendered automatically be sent to Ray. diff --git a/resources/js/components/General/DeviceConnectionForm.vue b/resources/js/components/General/DeviceConnectionForm.vue index d189150..332d114 100644 --- a/resources/js/components/General/DeviceConnectionForm.vue +++ b/resources/js/components/General/DeviceConnectionForm.vue @@ -7,21 +7,26 @@
-
+
@@ -78,12 +85,12 @@