How to check one led Turned on or not

POST https://api.thinger.io/v2/users/asdkit/devices/asdfp1/led؟Authorization=

Request Body

{
“in”: false
}

How to check one led Turned on or not

GET https://api.thinger.io/v2/users/asdkit/devices/asdfp1/led؟Authorization=

error code 501

post send data ok :+1:

get send data not error 401

hello @andiot7617 maybe you can implement a second resource that reads the led status, for example:

thing["temperature"] >> outputValue(digitalRead(LED_PIN));

and read it from your side with the GET request