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

Cheerio, my Javascript Version is 5.1.3 A saved Blockly always moves downwards. Unfortunately, this is completely impractical and wasted space. Wasted Space is marked with an X. Screenshot: ![grafik](https://user-images.githubusercontent.com/42101470/147676861-eec09382-9a9b-4baf-81b1-95ffde8453c3.png)

bug
Blockly

The [$ - Selector](https://github.com/ioBroker/ioBroker.javascript/blob/master/docs/en/javascript.md#---selector) seems to be currently the only way to get object ids by using a pattern / wildcards / regex. I would love to have the Adapter...

enhancement
JavaScript

**Describe the bug** I just learned that TypeScript's `package.json` "extensions" support not only the `types` element, but also `types` depending on the TypeScript version. https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#version-selection-with-typesversions `rxjs@7` is a package that...

enhancement
TypeScript

Subscription on(): If datapoints are directly assigned to devices (without channels), .deviceId and .deviceName don't work. Example: ioBroker.zigbee

enhancement
JavaScript

In the Rules interface I have an interface that accepts an RGB value. The color picker allows me to pick a color, and it updates the representation in the Rules...

bug
RULES

**Describe the bug** The color of the button for the activated expert mode is not the same in the main menu and in the dialog box in javascript / blockly...

bug

after restart of javascript instance a warning in log appears ` Logfile -- 2021-03-02 11:42:36.110 - info: javascript.0 (8715) Start javascript script.js.common.FritzboxAbfrage1 2021-03-02 11:42:36.115 - info: javascript.0 (8715) script.js.common.FritzboxAbfrage1: registered...

bug
question
RULES

If a script is changed and saved, the Javascript Adapter creates a copy of the old version. Old versions can be viewed via a special button and if necessary the...

enhancement

Hey together, it would be very nice if you could add: -AND -OR Funktions with more than 2 conditions.

enhancement
Blockly

I as user want to call the "request" function with credentials. And may be option to print in log the answer.

enhancement