5.11.2 • Published 6 months ago

taktik_flowr_interface v5.11.2

Weekly downloads
8
License
ISC
Repository
-
Last release
6 months ago

Flowr Interface

Flowr Interface is a Typescript library for providing all interfaces used by external applications.

Installing

npm i taktik_flowr_interface

List of interfaces

  • IFlowrEventManager: Listen or stop listen events sent by Flowr / Send events to Flowr
  • FlowrEventName: List of event names
  • IFlowrCustomAppParams: List of params provides by Flowr
  • ICustomAppServices: provides some functions to handle the custom application like errorHandler()
  • IFlowrEmbeddedApp: represent the embedded app like weatherApp
  • IFlowrReservation: object that return the last reservation
  • IFlowrFrontendSettings: update the default values in frontendSettings like audio language ...
  • IFlowrOzoneAPI: provides some functions to contact ozone. This object contains a public client to contact ozone.
  • IFlowrTranslator: functions to get/set the language( audio language , ...)