pagesBackend

Namespace

pagesBackend

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

Source:

Members

(static, constant) exports.getAllPages

Description:
  • Gets all available Pages. Utilising LokiJS to cache the Pages list for better performance.

Source:

Gets all available Pages. Utilising LokiJS to cache the Pages list for better performance.

(static, constant) exports.getPage

Description:
  • Get a single Page by uid(name).

Source:

Get a single Page by uid(name).

(static, constant) exports.getPagesForUser

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

Source:

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