What version of JavaScript/ECMAScript is Z-Way server running?
Posted: 25 Oct 2019 00:07
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:
Section 12.1:
I wanted to confirm that this is still correct, and Z-Way JavaScript Engine is still using this version?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.
- ECMAScript 5th Edition (2009)