This commit is contained in:
JustSteel
2021-05-10 22:29:01 +02:00
parent 526315d65c
commit 9c1f8a973d
38 changed files with 4397 additions and 21 deletions
+13
View File
@@ -0,0 +1,13 @@
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){
}