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

`$()` selector queries are internally transformed into `RegExp`s, with special handling of `.` and `*`. Other characters of interest for the RexExp engine are not handled specifically which may lead...

JavaScript
maintainer approved

![javascript-debugger](https://user-images.githubusercontent.com/11976694/127108728-046696c6-f0da-473a-9ad6-eda1ce8dba53.png) "obj" is shown as "undefined" bin indeed it is defined because the code was triggered and other values filled

wontfix

Rules ist richtig cool, um schnelle und kleine Sachen zu machen. Ich habe es jetzt zum ersten Mal richtig intensiv ausprobiert und muss sagen dass es richtig toll läuft. Eine...

enhancement
RULES

We already have something like this for the web adapter. It would be cool if 3rd party adapters could register blocks/rules the same way without requiring a JavaScript update each...

enhancement
RULES

Ein Selektor auf objekt wäre super. Damit man z.B. auf folgendes per script zugreifen kann: ![grafik](https://user-images.githubusercontent.com/6370451/110388086-d85c2580-8062-11eb-80f1-464f6d9f44c6.png) Mehr dazu haben wir hier bereits diskutiert: https://forum.iobroker.net/topic/41131/selector-f%C3%BCr-objekt-vom-type-adapter?_=1615240977531

enhancement

When the adapter is not running, the editor cannot load the typings and thus can't do syntax and type checking. This can be improved by... - [ ] storing the...

enhancement

Besides scripts in VMs, NodeJS 9+ supports modules in VMs: https://nodejs.org/api/vm.html#vm_class_vm_module This could be used to modularize code in the JS adapter, as some users have already asked for.

enhancement
JavaScript

![image](https://user-images.githubusercontent.com/73311538/97977258-3a163580-1dcc-11eb-8805-17560b0367d7.png) this block would be great returns true, when text contains any/all (selectable) words of list maybe with checkbox for ignore or not ignore upper and lower case

enhancement
Blockly

this would be great ![image](https://user-images.githubusercontent.com/73311538/97864189-7d0ed500-1d08-11eb-8d5d-366d49b8d178.png) ![image](https://user-images.githubusercontent.com/73311538/97864275-99127680-1d08-11eb-988e-c3c1c83aaeff.png) im checking a lot of instances of beckhoff, if one of them is offline i want select all states of this instance ![image](https://user-images.githubusercontent.com/73311538/97864400-d2e37d00-1d08-11eb-8c72-b000dc66507e.png) instead...

enhancement
Blockly