Where can I find a list of BAS functions or API calls for embedded node.js? I'm doing trial and error currently with the commands and parameters and it's not going well.
Thanks,
JIm
You can simply copy the required BAS action directly into node js
alt text
I discovered what happens: I need to load at least one url before loading the custom js functions. I loaded http://example.com before the custom js functions worked fine in "Run Mode".