Hi members,
I load in a webview this url "http://192.168.1.20/rpc/Shelly.GetStatus" in order to retrieve the status of my shelly device.
How can I use the answer showed in webview? Is possible convert it in a string?
Thenks
I load in a webview this url "http://192.168.1.20/rpc/Shelly.GetStatus" in order to retrieve the status of my shelly device.
How can I use the answer showed in webview? Is possible convert it in a string?
B4X:
{"ble":{},"bthome":{},"cloud":{"connected":true},"input:0":{"id":0,"state":true},"knx":{},"mqtt":{"connected":false},"switch:0":{"id":0,"source":"switch","output":true,"temperature":{"tC":59.3,"tF":138.7}},"sys":{"mac":"34B7DA8E0BB0","restart_required":false,"time":"18:42","unixtime":1733679729,"uptime":612785,"ram_size":259896,"ram_free":92992,"fs_size":1048576,"fs_free":593920,"cfg_rev":16,"kvs_rev":0,"schedule_rev":0,"webhook_rev":0,"available_updates":{},"reset_reason":1},"wifi":{"sta_ip":"192.168.1.20","status":"got ip","ssid":"Home&Life","rssi":-49},"ws":{"connected":false}}
Thenks