Environment Sensor¶
文档版本:1.21.50.25
Creates a trigger based on environment conditions.
架构¶
triggers
:trigger- The list of triggers that fire when the environment conditions match the given filter criteria.
event
:string- The event to run when the conditions for this trigger are met.
filters
:filters- 一个过滤器组。The list of conditions for this trigger to execute.
target
:subject- The target of the event.
trigger:
array
{
object "<any array element>" : opt
{
string "event" : opt
filters "filters"
subject "target"
}
}
<any array element>
:object
<any array element>