iobroker.javascript
Version:
Rules Engine for ioBroker
76 lines (59 loc) • 3.65 kB
Markdown

# Javascript Script Engine


[](https://www.npmjs.com/package/iobroker.javascript)

[](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
[](https://www.npmjs.com/package/iobroker.javascript)
**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](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
Executes Javascript, Typescript Scripts.
## Documentation
- 🇺🇸 [Function documentation](docs/en/javascript.md)
- 🇺🇸 [Upgrade guide](docs/en/upgrade-guide.md)
- 🇩🇪 [Benutzung](docs/de/usage.md)
- Blockly
- 🇺🇸 Here you can find the description of [blockly](docs/en/blockly.md).
- 🇩🇪 Hier kann man die Beschreibung von [Blockly](docs/de/blockly.md) finden.
- 🇷🇺 Описание по [blockly](docs/ru/blockly.md) можно найти [здесь](docs/ru/blockly.md).
## Changelog
<!--
### **WORK IN PROGRESS**
-->
### 9.0.11 (2025-07-29)
* (@GermanBluefox) Corrected the rule editor if the condition is empty
* (@GermanBluefox) Corrected types for TypeScript
### 9.0.10 (2025-07-27)
* (@klein0r) Added Blockly block to format a numeric value
* (@GermanBluefox) Fixing some blocks in blockly: cron, time
* (@GermanBluefox) Added new block: "unconditional return"
* (@GermanBluefox) Type definitions for TypeScript were updated
* (@GermanBluefox) Corrected bug with deleting of sub-folders
### 9.0.7 (2025-06-29)
* (@GermanBluefox) Fixing some blocks in blockly: time, function
### 9.0.6 (2025-06-18)
* (@GermanBluefox) Speed-up loading of GUI
* (@GermanBluefox) Migrating old blocks to new format
### 9.0.4 (2025-06-16)
* (@GermanBluefox) Corrected script editor for Polish language
* (@GermanBluefox) Corrected import of Blockly blocks
* (@GermanBluefox) Corrected editing of Blockly
## License
The MIT License (MIT)
Copyright (c) 2014-2025 bluefox <dogafox@gmail.com>,
Copyright (c) 2014 hobbyquaker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.