ambient-weather / api-docs

AmbientWeather.net API Documentation
65 stars 43 forks source link

LastRain isn't always present #31

Closed knwpsk closed 3 years ago

knwpsk commented 3 years ago

In my production data using the REST interface, using the devices/MacAddress endpoint:

Within one result set, sometimes the property LastRain (dateTime) is present for a data interval, and sometimes that field/property is completely absent. Is this intentional, or a bug?

If it's intentional: I can code around it.... are there any other fields that are not always given? Thanks

knwpsk commented 3 years ago

Maybe this only happens before the first rainfall ever recorded? (My wx station is new, and I only see this happening in the first couple of days)

owise1 commented 3 years ago

your second comment is correct. LastRain should always be there after the first rain

knwpsk commented 3 years ago

Thanks, Oliver.