Public
Documentation Settings

iot_assistive

hardware

POSTadd_note_webhook

https://elegant-colt-hosiery.cyclic.app/note/add
Bodyraw (json)
json
{
    "flame": 0,
    "gas": 0,
    "humidity": 34,
    "light": 0,
    "temperature": 28
}
Example Request
curl
curl --location 'https://elegant-colt-hosiery.cyclic.app/note/add' \
--data '{
    "flame": 0,
    "gas": 0,
    "humidity": 34,
    "light": 0,
    "temperature": 28
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETbutton_status

https://elegant-colt-hosiery.cyclic.app/control/get/:btnid
PATH VARIABLES
btnid

1

Example Request
curl
curl --location 'https://elegant-colt-hosiery.cyclic.app/control/get/1'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

web_portal

PUTupdate_buttons

https://elegant-colt-hosiery.cyclic.app/control/update
Bodyraw (json)
json
{
    "btnid":1,
    "state":true
}
Example Request
curl
curl --location --request PUT 'https://elegant-colt-hosiery.cyclic.app/control/update' \
--data '{
    "btnid":1,
    "state":true
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers