What event does syncthing expose when a device is added from an introducer

Hi, I have a question about the event api. What event does syncthing expose when a device is added from an introducer? I would like to catch this event once it is emitted and do something to my file system.

I know if a node is trying to connect to my instance, a DeviceRejected event will be emitted. When connected from an introducer node, incoming connection is not rejected so no DeviceRejected event. Is it the “DeviceConnected” event that I should check?

Thanks in advance.

ConfigSaved is when it potentially could have been added. DeviceConnected when it actually connects.