Actually, there is a way. To send data using HTTP create a BYOT device then follow this:
curl --request POST \
--url https://api.mydevices.com/things/THING_ID/data \
--header 'authorization: Basic base64(MQTT_USERNAME:MQTT_PASSWORD)' \
--header 'content-type: application/json' \
--data '[
{
"channel": 100,
"value": 27,
"type": "temp",
"unit": "c"
}
]'
@ognqn.chikov @kreggly @loslelazlo @Neoxelox @tempmail.temp @tiendle @xiaozhiyong1988 Hello! We recently released a ‘Sample App’ for the purpose that it will help you get started with using the Cayenne API and provide examples. Can you take a look and let me know what you think? Does it help?
~Benny
When will u make tutorial on API
when will u make tutorial.Bro hurry up I have a project next month
Hi again @mohdsufiyanhussain,
The best tutorial that we have at this time is this one in the GitHub that I linked you the other day. Apologies if it isn’t sufficient for your needs, @hcortes should be able to answer any specific questions about it and we can use this feedback to improve it moving forward.
i want to ask what the problem if widget not can add and email notify not work
how do i find the auth token number