Hi,
because of my "probs" with the process lists, I decided to change/edit the processes directly in the mysql-database.
Is there somewhere a documentation or reference for process <-> number?
An example from my database:
3:-5,1:8,27:10,28:11
that means:
3: "+"
1: log to feed
27: max
28: min
I know the "Input-processing guide" http://emoncms.org/site/docs/inputprocessing
Here all valid processes are defined, but the according number is not to see.
brutzler
Re: Declaration of input-processes
Is this what you're after?
https://github.com/emoncms/emoncms/blob/master/Modules/input/process_model.php#L50-L94
Re: Declaration of input-processes
Hey,
exactly what I need.
And even highlighted the matching area :-)
u r my man of the day.....