Hello,
I’m trying to integrate a .NET8 service which get the status from devices and update the MIP items (custom) created in Milestone.
- I can only get the MIP item through GetAll instead of GetSpecific (always returns null)
- I don’t know how access properties to read the custom configuration I need, and neither how to change the MapIconKey
Are these features developed in the new API? Do I have to use the Configuration.Instance.GetItemConfigurations() and EventServerControl.Instance.ItemStatusChanged()?
Thank you in advance for your help!

