I’m on 8.1.1
I have a Gateway Events Tag Change that i use *ticks_when_initialized as Tag Path.
My event is fired correctly but newValue.getValue() return None and event.getTagPath() return *ticks_when_initialized instead of the real tag path.
I want to be able to use a wildcard and be able to get the path and the value of the tag that is fired the event.
_Functions.resetConfigInfo(str(event.getTagPath()), newValue.getValue())