DmitrMakeev commited on
Commit
e9872d6
1 Parent(s): d44eb4c

Update zapro.html

Browse files
Files changed (1) hide show
  1. zapro.html +1 -1
zapro.html CHANGED
@@ -31,7 +31,7 @@
31
  method: "GET",
32
  dataType: "json",
33
  success: function(response) {
34
- updateValues(response.ph_value, response.ec_value);
35
  }
36
  });
37
  }
 
31
  method: "GET",
32
  dataType: "json",
33
  success: function(response) {
34
+ updateValues(response.ph, response.ec);
35
  }
36
  });
37
  }