I am brand new in cayenne.
I created a widget graph , and now i want to add each day the water consumption from cli (curl command)
i am a little lost.
I am able to read my “access_token” from this cmd :
curl -X POST -H ‘Content-Type: application/json’ ‘https://auth.mydevices.com/oauth/token’ -d ‘{“grant_typ e”: “password”, “email”: “BLABLA@gmail.com”,“password”: “BLABLABLA”}’
But now don’t know about to send data to my widget ?
please help