HomeGenie Forum
Automation Program Plugins and Wizard Scripting => Help => Topic started by: drpepper on December 25, 2014, 02:54:39 PM
-
Has anyone explored adding Edge.js interoperability with HG scripting? The Jint engine integration looks relatively straightforward, but it looks like Edge doesn't necessarily work like that (just provide an instance of the engine to eval)
https://github.com/tjanczuk/edge#scripting-nodejs-from-clr
I'd really like to see this, being that you can use the whole node ecosystem and the node engine keeps state as opposed to just evals your script. Maybe I should move this to the feature request forum :o