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

**Describe the bug** When klicking at the link "Learn more" located at the Rules Icon visible when creating a new script the link https://github.com/ioBroker/ioBroker.javascript/blob/master/docs/en/javascript.md is displayed. This documentation refers to...

enhancement
RULES

Hi.. Es ist mir aufgefallen, weil eines meiner Scripte das Modul "image-downloader" nicht mehr findet. Jetzt habe ich die Ursache: Das Verzeichniss /opt/iobroker/node_modules/iobroker.javascript/node_modules ist fast leer. Alle Module sind verschwunden!?...

**Describe the bug** While a JavaScript Library (for example serialport) is installed correctly and defined in the list of additional NPM modules, the Editor reports an error when using such...

fixed
TypeScript

**Describe the bug** Nach JS Update zu ver. 6.0.0 lassen sich die Javascripts zwar in Debuggermodus versetzen, die Debugger-Funktionstasten (Start, nächste Zeile etc.) scheinen ohne Funktion zu sein, es können...

bug

is it somehow possible to extend the renaming function to search all scripts directly? So you don't have to open them all individually once you've changed an id.

enhancement

Is it possible to implement additional to `$('channel[role=switch](rooms=Living room)[state.id=*.STATE]').setState(false)` some funktion like this: `$('channel[role=switch](rooms=Living room)[state.id=*.STATE]').setStateDelayed(false,1000)`

enhancement

I have a script that sends changes in our Loxone objects to GPIOs on a Raspberry Pi (lighting control and such). This has been working well for a long time,...

question

```javascript setState('0_userdata.0.example_state', { val: null }); ``` ```javascript setState('0_userdata.0.example_state', null); ``` both end up in ``` You are assigning a object to the state "0_userdata.0.example_state" which expects a boolean. Please...

fixed