ioBroker.javascript icon indicating copy to clipboard operation
ioBroker.javascript copied to clipboard

Script engine for JavaScript and Blockly

Results 299 ioBroker.javascript issues
Sort by recently updated
recently updated
newest added

### 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...

fixed
needs more info

**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...

enhancement
TypeScript

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...

enhancement
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...

bug
Blockly

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',...

Blockly

Es ist mir nicht möglich in einem Blockly Script zu erkennen von welchen Geräten die Datenpunke stammen. Beispiel: ![image](https://github.com/ioBroker/ioBroker.javascript/assets/1881217/59bcd2fb-20eb-4418-be72-2049c066dba2) Hierbei handelt es sich im 3 verschiedene Bewegungsmelder. Angezeigt wird nur...

enhancement
Blockly

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...

enhancement

**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); ```

Blockly

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/iobroker&package-manager=npm_and_yarn&previous-version=4.0.5&new-version=5.0.6)](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`. [//]: #...

dependencies
JavaScript

**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...

bug
JavaScript