Hi
I modified the webclient sketch to get my things done.
i am stuck with the buffer, i can see my data in serial monitor used in Serial.write() function. but don't know how to assign it to a variable.
the Serial.write() function spites this:
HTTP/1.0 200 OK
X-Powered-By: PHP/7.4.13
Content-Type: text/html; charset=UTF-8
Cache-Control: public, max-age=60
Expires: Sun, 17 Jan 2021 15:02:04 GMT
Content-Length: 7
Date: Sun, 17 Jan 2021 15:01:04 GMT
Vary: Accept-Encoding,User-Agent
X-Cache: MISS from ATRIN.CDN.Content
X-Loop-Control: 91.186.200.205 AE45CB4C895F5B122089E1E74BEF4ABD
Connection: close
bedtime
my data is the last line. based on PHP code behind it it is always bedtime or working.
Thanks for your help