Hierarchy

  • RouterService

Constructors

Methods

  • Start verifying if all when conditions are true.

    Parameters

    • scope: any
    • environment: any

    Returns boolean

  • Return true if action_when is the same Information is available if Analysis is triggered by an action.

    Parameters

    • action_when: "update" | "delete" | "create" | "mqtt_connect" | "mqtt_disconnect"

    Returns RouterService

  • Return true if value is present for any variable in the scope Information is available if Analysis is triggered by an widget or action.

    Parameters

    • values: string | number | boolean | (string | number | boolean)[]

    Returns RouterService