For the payload that is sent to the Dashboard from the device, I see a few things I don’t understand.
We’ve always had pm01
, pm02
etc, but now there is
"pm01Standard": 1,
"pm02Standard": 1.33,
"pm10Standard": 1.33,
What are these standard entries used for? Currently they are matching my pm payload fields without standard in the name
I’m also pretty sure that the firmware field in the past was what we typically see, such as 3.3.7, but with my device running 3.3.7 what I’m sending is:
"firmware": "PMS5003x-151",
Is that intentional?
"resetReason": 1,
Is there a table of what these reason codes are? What does 1 mean vs a different number?