Hey everybody,
I was wondering where the best place to store own functions is.
For example the variable functions (random(), round(), avg(),…) are stored inside /pimatic-app/node_modules/pimatic/.js/lib/variables.js
. When I wanna add functions to use in variables and rules where is the best place to store and implement them? I should not touch the above file, since it is “core” and it gets overwritten everytime pimatic is updating.
Thanks,
fletcher