...
In ThingFacet / AppFacet updating the associated attribute(s) values will trigger the Action. This can happen through one of the following means:
...
- Internally TQL Queries changing the value of the attributes
- External applications using TQL Queries changing the value of the attributes. For example, to Instantiate a device, we use a TQL Query to update the attribute value, which subsequently initiate its associated Action.
...