Browse Source

fixed ADEI link

Thomas Thuemmler 3 months ago
parent
commit
57a6d97111
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SDS_status_main.php

+ 1 - 1
SDS_status_main.php

@@ -1147,7 +1147,7 @@ if ($PSmode == 5)
 	$text = "ON";
 	for ($id = 0; $id < 5; $id++)
 	{
-	  if ($id = 4) // 120V channel is in FAST group, need exception here
+	  if ($id == 4) // 120V channel is in FAST group, need exception here
 		  {
 		    $value = $adeiValue[5][0];
 		    $link = $link . $adeiChannel[5][0] . ",";