How to add, remove hardware device events using the Configuration API

Hey

I have seen that on MIP SDK 2021 its now possible to add and remove hardware device events:

Here I strugle now, and need some help, how can a look first wich events by the camera/hardware are supported and how to add for a Example a “Video Loss” event on a Encoder.

I have configured some events on cameras for example “Video Loss” and “Video Resumed” with MC client, when I try to fetch them via config api and look into the

HardwareDeviceEventFolder it returns null/none.

The Installation itself is 2020R3 and SDK version 2021R2 is that a problem ?

thank you

The Configuration API is mostly based on implemeneted server-side functionality, in this case it means you will need the newer server version for this.

ok that make sense why it returns no data.

thank u