TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Class RouterService

    Index

    Constructors

    Methods

    • Start verifying if all when conditions are true.

      Parameters

      • scope: any
      • environment: any

      Returns boolean

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

      Parameters

      • action_type: "condition" | "resource" | "delete"

      Returns RouterService

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

      Parameters

      • action_when: "create" | "update" | "delete" | "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