Sfoglia il codice sorgente

Update ADEI_HV_readings.php, ADEIvalues.php files

Jan Behrens 4 anni fa
parent
commit
6e690a4944
2 ha cambiato i file con 27 aggiunte e 0 eliminazioni
  1. 11 0
      ADEI_HV_readings.php
  2. 16 0
      ADEIvalues.php

+ 11 - 0
ADEI_HV_readings.php

@@ -0,0 +1,11 @@
+<?php
+
+$flukeA = array (
+    );
+
+$flukeE = array (
+    );
+
+$extraction_time_HV = '';
+
+?>

+ 16 - 0
ADEIvalues.php

@@ -0,0 +1,16 @@
+<?php
+
+$adeiValue = array (
+    );
+
+$extraction_time = '';
+
+$extraction_timestamp = 0;
+
+$errorcount = 0;
+
+$errormessage = '';
+
+$valuesincluded = 1;
+
+?>