Skip to main content
The Ambee plugin syncs data locally. Use corsair.ambee.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Air Quality Readings

Path: ambee.db.airQualityReadings.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Geocoded Places

Path: ambee.db.geocodedPlaces.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Weather Observations

Path: ambee.db.weatherObservations.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.