Hallo
Ich verzweifle... ich habe als Script folgenden Code:
[script] [/script]
[script]
[/script]
[script]Shelly.call("http.get",{url: "http://192.168.1.226:1880/hagel"}, [/script]
[script]function (response, error_code, error_message, ud) { [/script]
[script]
[/script]
[script]let daten = JSON.parse(response.body); [/script]
[script]
[/script]
[script]//print(JSON.stringify(response.body)); [/script]
[script]print("--------------"); [/script]
[script]print("xy: " , JSON.stringify(daten["text"]["currentState"])); [/script]
[script]
[/script]
[script]}, [/script]
[script]null [/script]
[script]);[/script]
[script]
[/script]
[script] [/script]
Und kriege als Antwort: pasted-from-clipboard.png
Hilfeeee !
Das JSON Objekt (Welches die API liefert) beinhaltet folgendes:
pasted-from-clipboard.png resp.: pasted-from-clipboard.png
Danke !!!!