Retrieving sensor parameters

When we retrieve sensor parameters from flukso.net we get a JSON-object response. The "last update" sensor parameter that can be found in that object consists of an array, the first element is the timestamp. But what is the second? Is it the number of total pulses so far?

{"access":1310045295,"type":"electricity","function":"main","class":"pulse","voltage":null,
"current":null,"phase":null,"constant":1.0,"enabled":1,"lastupdate":[1310045295,
1006793948]}

Thanks,

Ben

icarus75's picture

This is indeed the sensor counter. Depending on the type of sensor (electricity or water/gas), the unit will be Wh or liter respectively.

Cheers,
-Bart.