Setup
Requst Headers
Content-Type: application/json
Authorization: Bearer [token]
Requst Body
{
properties: ["wifi","on/off","temp",...]
}
- Each string in Array is value whitch will be registered for publication in
/dataentripoint not published vlues wond be settable/gettable!
Response Headers
Response Body
{
hostname: "hostname",
sleep: 60
}