Firing custom events from another entity
Hello,
I'm trying to figure out how to work with custom events.
Say i have a Thing A in which i have a proprety with the data change option set to always and a custon event that has a data change Data Shape. Then a Thing B that listens to the custom data change event to increment a certain proprety.
I'm not really sure on how to implement the subscription script or how to use the :
me.DataChange({
newValue: undefined /* INFOTABLE */,
oldValue: undefined /* INFOTABLE */
});
If anyone could give me a hand i will be mad grateful.
Thank you in advance

