dzVents meta-triggers
Posted: Monday 30 July 2018 12:32
I was working on yet another script and had to scan through *all* devices once more for a particular feature I was trying to write. Then the thought occurred to me that it should be possible to cache certain information between calls, if only my script were notified of particular changes in Domoticz. I ask for an extra trigger event on:
Would it be possible to add such a trigger set, @dannybloe?
- domoticz start: called exactly once, just after domoticz (or the event system?) starts.
- device added: called whenever a device is added (or enabled?).
- device removed: called whenever a device is removed (or disabled?).
- device changed: called whenever a device is saved and at least one attribute, other than it's value or it's last_update, is changed.
- domoticz shutdown: called whenever domoticz is about to shutdown (added for completeness only).
Would it be possible to add such a trigger set, @dannybloe?