Package Exports
- iobroker.javascript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iobroker.javascript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Javascript Script Engine
Executes Javascript, Typescript Scripts.
Here you can find description of blockly.
Hier kann man die Beschreibung von Blockly finden.
Описание по blockly можно найти здесь.
This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
How to build (only for developers)
Just run npm i in the root and in the src folders.
And then call npm run build.
Todo
- new rule editor (future releases)
- heating profile (future releases)
- ...
Changelog
4.10.10 (2021-01-22)
- (Apollon77) Do not try to set a state value if object creation was not successful (Sentry IOBROKER-JAVASCRIPT-5G)
- (Apollon77) Make sure no incorrect states are trying to be set (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)
4.10.9 (2021-01-13)
- (Apollon77) Make sure to end all Timeouts
- (Apollon77) Prevent crash case (Sentry IOBROKER-JAVASCRIPT-51)
4.10.8 (2020-12-07)
- (paul53) Corrected
variables.isDayTime - (AlCalzone) catch errors during virtual-tsc compile calls
- (Apollon77) Prevent crash case (Sentry)
4.10.7 (2020-12-03)
- (Apollon77) Prevent crash case (Sentry IOBROKER-JAVASCRIPT-4Q)
- (paul53) Corrected
variables.isDayTime
4.10.6 (2020-12-01)
- (AlCalzone) TypeScripts which augment the global scope are now correctly compiled
- (AlCalzone) If no type declarations are found for an installed package,
requirewill no longer show the error "module not found" - (AlCalzone) Removed the
--prefixargument innpm install, so package installations on Windows no longer mess up the install directory - (bluefox) Corrected the set of the binary state
License
The MIT License (MIT)
Copyright (c) 2014-2020 bluefox dogafox@gmail.com,
Copyright (c) 2014 hobbyquaker
