ioBroker.javascript
ioBroker.javascript copied to clipboard
Script engine for JavaScript and Blockly
### I'm sure that - [X] This issue is still present in the **current beta version** of this adapter - [X] There is no other (open) issue with the same...
**Describe the bug** I have two instances, accidentally with different minor version (7.5.1 7.5.0). This will force the adapter to restart after compiling a global TS , because it will...
When creating/troubleshooting a blockly script, it would be super helpful to see the current values of states and e.g. current results of "if" statements at a glance. Here a basic...
### I'm sure that - [X] This issue is still present in the **current beta version** of this adapter - [X] There is no other (open) issue with the same...
Just some brainstorming how to replace the [deprecated](https://www.npmjs.com/package/request) `request` library with `axios` in blockly without breaking existing scripts. ## Current situation Example script (generated with blockly): ```javascript try { require("request")('https://dummyjson.com/products/1',...
Es ist mir nicht möglich in einem Blockly Script zu erkennen von welchen Geräten die Datenpunke stammen. Beispiel:  Hierbei handelt es sich im 3 verschiedene Bewegungsmelder. Angezeigt wird nur...
Es wäre super, wenn es bei Funktionsblöcken in Blockly die Möglichkeit gäbe, diese als "Global" zu definieren und diese dann als Blöcke zum Aufrufen in jedem Script zur Verfügung zu...
**Describe the solution you'd like** e.g. return all room or function names: ``` return getEnums('rooms').map(room => typeof room.name === 'object' ? room.name.de : room.name); ```
Bumps [@types/iobroker](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/iobroker) from 4.0.5 to 5.0.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
**Describe the bug** Not receiving messages after subscribing with regex. Option 'Do not subscribe all states on start' is true. Similar to issue #1311 **To Reproduce** Steps to reproduce the...