intial commit

This commit is contained in:
Tensae 2023-11-23 17:04:02 +03:00
parent 4196882267
commit c0079a77fa

View file

@ -71,6 +71,7 @@ class Scratch3myExtension {
*/
cameraUp () {
// example implementation to return a string
console.log('working');
fetch("http://192.168.4.1/state?cmd=H")
.then((response) => response.json())
.then((json) => console.log(json));