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

Day Summaries

Path: openweathermap.db.daySummaries.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.

Overviews

Path: openweathermap.db.overviews.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.