Question about the new "Geofence crossed" event

Xabi O. 15 hours ago

I've tried unsuccessfully to find information in the documentation and in the notification templates in all languages ​​included in version 6.15.2.
What should the template for this event be named? Or does it use one of the Enter or Exit templates?
Thanks in advance, best regards,

Track-trace 13 hours ago

Here ?

 \traccar-6.15.2\traccar-6.15.2\src\main\java\org\traccar\handler\events\GeofenceEventHandler.java
	Regel 68:                     handleEvent(Event.TYPE_GEOFENCE_CROSSED, position, geofence, callback);
  
\traccar-6.15.2\traccar-6.15.2\src\main\java\org\traccar\model\Event.java 
	Regel  59:     public static final String TYPE_GEOFENCE_CROSSED = "geofenceCrossed";
Xabi O. 13 hours ago

geofenceCrossed.vm ?

Anton Tananaev 6 hours ago