ioBroker.javascript
ioBroker.javascript copied to clipboard
Script engine for JavaScript and Blockly
`$()` 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...
 "obj" is shown as "undefined" bin indeed it is defined because the code was triggered and other values filled
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...
... looks kind of "inactive"
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...
Ein Selektor auf objekt wäre super. Damit man z.B. auf folgendes per script zugreifen kann:  Mehr dazu haben wir hier bereits diskutiert: https://forum.iobroker.net/topic/41131/selector-f%C3%BCr-objekt-vom-type-adapter?_=1615240977531
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...
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.
 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
this would be great   im checking a lot of instances of beckhoff, if one of them is offline i want select all states of this instance  instead...