And either allow us Niwa fans a way to use parameters of ANY construct to make a custom script.
For example, I would like to write a small script to turn on my intake fan outlet for 30 seconds whenever CO2 reads lower than 200ppm. Pause 1 minute, loop.
It could be any type of language that makes it easy for you guys. Javascript? php? c# C++ Excel… I dont care if it even works like Wordpress where you can only select whatever you guys expose. like
If { [Development-Outlet] = Off and
[CO2] =< 200 then
[Development-Outlet] = On
AutoOff = Yes
AutoOffInterval = 60}