Page 1 of 1

What version of JavaScript/ECMAScript is Z-Way server running?

Posted: 25 Oct 2019 00:07
by peteh32
When implementing new modules (apps) for Z-Way server, I wanted to confirm which specific version of JavaScript/ECMAScript is used in the Z-Way server's JavaScript automation engine. I see in the manual "Z-Way Essentials" (https://z-wave.me/essentials) it says this:
Section 12.1:
Z-Way™ uses the JavaScript engine provided by Google referred to as V8. You find more information about this
JavaScript implementation on V8 implements JavaScript according to the specification ECMA 5.
I wanted to confirm that this is still correct, and Z-Way JavaScript Engine is still using this version?

Re: What version of JavaScript/ECMAScript is Z-Way server running?

Posted: 25 Oct 2019 12:49
by PoltoS
Yes, it is still true

Re: What version of JavaScript/ECMAScript is Z-Way server running?

Posted: 25 Oct 2019 18:45
by peteh32
Thanks!