Spaces:
Sleeping
Sleeping
Update zapro.html
Browse files- zapro.html +1 -1
zapro.html
CHANGED
|
@@ -39,7 +39,7 @@
|
|
| 39 |
method: "GET",
|
| 40 |
dataType: "json",
|
| 41 |
success: function(response) {
|
| 42 |
-
updateValues(response.dey, response.wek, response.ph, response.ec);
|
| 43 |
}
|
| 44 |
});
|
| 45 |
}
|
|
|
|
| 39 |
method: "GET",
|
| 40 |
dataType: "json",
|
| 41 |
success: function(response) {
|
| 42 |
+
updateValues(response.dey, response.wek, response.ph, response.ec, response.tS, response.tA);
|
| 43 |
}
|
| 44 |
});
|
| 45 |
}
|