MangoAutomation / ma-core-public

Mango Automation Core public code
Other
79 stars 50 forks source link

Image points could have no change event detectors, and / or change counts #1403

Open Puckfist opened 5 years ago

Puckfist commented 5 years ago

Image points gained the ability to assess if they changed via a digest of the image. This means that they could have more supported event detector types than they currently do.

terrypacker commented 5 years ago

So from what I can gather this is as simple add adding DataTypes.IMAGE to the VO's constructor for:

NoChangeDetectorVO NoUpdateDetectorVO PointChangeDetectorVO StateChangeCountDetectorVO

And then updating the drop down options in the UI to match.

Am I missing something?