Răsfoiți Sursa

fixed ADEI link

Thomas Thuemmler 4 luni în urmă
părinte
comite
57a6d97111
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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] . ",";