hello i used postman for send telemetry data to device
postman http code 200ok but i dont see telemetry data on device
how to fixed it?
Hi all,
I was hoping you can assist with 2 issues I have run into. The 1st is : How can I post process the 'active' attribute so that it's displayed in a widget as 'Online' or 'Offline' instead of true of false respectively? I have used the following command but the wording doesn't change state:
return value===true ? "Online" : "Offline";
Thanks