Replies: 2 comments 5 replies
-
|
Side note: since your recent discussions all seem to be about the same event rule/condition topic, it’s usually easier to follow (and answer) if you keep it in a single thread and add updates there. From the docs:
The key point is: the condition is evaluated against the object’s state when the update event occurs. It does not mean “only trigger when this field changes.” So if you save the device (even without changing anything), that still counts as an object update, and if |
Beta Was this translation helpful? Give feedback.
-
|
I was testing on just the status field too and hoping snapshots were supported to look at previous status, but I read it's possibly not: Event alert if it goes from staus = inventory to status = active only: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an event rule for our devices. Like this below.
condition is
This is what it looks like in a device:
If I edit the device and do nothing to it and hit save I get a webhook alert.
The event is looking for the boolean to = false
Any ideas how I can get this working correctly?
Update: It does the same for True too.
I'm guessing it's just reading all the object data as 'new' data when saved.
We can't do anything like this can we?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions