Mabasej_Team/website/sensors.js
JustSteel 9c1f8a973d _
2021-05-10 22:29:01 +02:00

13 lines
395 B
JavaScript

fetch("http://192.168.1.105:8000/docs#/default/update_sensors_update_sensor_post")
.then(function(response1){
return response.json();
})
.then(function(data1){
appendData(data1);
})
.catch(function(err1){
});
function appendChild(data1){
}