Files
psa_car_controller/docs/api/MonitorParameterTriggerParam.md
T
2021-04-06 12:13:24 +02:00

1.5 KiB

MonitorParameterTriggerParam

Properties

Name Type Description Notes
bool_exp str A boolean expression that allow defining a logical relationship between triggers. Used Operands with this expression should only be the names of the defined triggers. Grammar: ``` exp ::= exp '&' exp exp '
data_triggers list[DataTrigger] Compound data triggers (will be evaluated with an AND relationship) Note: ```dataTriggers``` is depricated according the new monitor spec. Please use the new data schema. [optional]
time_zone_triggers TimeZoneTrigger [optional]
triggers list[MonitorTrigger] Compound monitor triggers (will be evaluated using boolean expresion :```boo.exp```)

[Back to Model list] [Back to API list] [Back to README]