sitemapsBackend

Namespace

sitemapsBackend

Description:
  • Sitemaps backend namespace. Providing access to the openHAB backend.

Source:

Members

(static, constant) exports.getAllSitemaps

Description:
  • Get all available Sitemaps. Utilising LokiJS to cache the Sitemap list for better performance.

Source:

Get all available Sitemaps. Utilising LokiJS to cache the Sitemap list for better performance.

(static, constant) exports.getSitemap

Description:
  • Get a single Sitemap by name.

Source:

Get a single Sitemap by name.

(static, constant) exports.getSitemapPage

Description:
  • Get a single Page of Sitemap by name and pageid.

Source:

Get a single Page of Sitemap by name and pageid.

(static, constant) exports.getItemsOfSitemap

Description:
  • Get names of all Items in Sitemap. Utilising LokiJS to cache the Items for better performance.

Source:

Get names of all Items in Sitemap. Utilising LokiJS to cache the Items for better performance.

(static, constant) exports.getSitemapsForUser

Description:
  • Gets sitemapnames's of all allowed Sitemaps for a user. Utilising LokiJS to cache filtered Sitemaps list for better performance.

Source:

Gets sitemapnames's of all allowed Sitemaps for a user. Utilising LokiJS to cache filtered Sitemaps list for better performance.