You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't see the data in my reports. I have added data like in example via:
curl -X POST -H "Content-Type: application/json" --data '{ "type":"home.temperature", "properties": { "temperature": 80 } }' http://localhost:5000/api/events
I can't see the data in my reports. I have added data like in example via:
curl -X POST -H "Content-Type: application/json" --data '{ "type":"home.temperature", "properties": { "temperature": 80 } }' http://localhost:5000/api/events
... but i can't see any data.
Please, can someone help me ?
tnx ;)