ioBroker.javascript
ioBroker.javascript copied to clipboard
Script engine for JavaScript and Blockly
Bitte eine "createAlias" Funktion analog "createState" einrichten. createState funktioniert im Ordner "javascript" und auch unter "0_userdata"; aber halt nicht unter "alias". Und dies wäre doch sinnvoll. vgl. thread: https://forum.iobroker.net/topic/50673/eigene-datenstruktur-anlegen-wie-und-wo/29?_=1646036181121 Man...
Wäre es nicht sinnvoll BlocklyPlus https://github.com/excal-foley/ioBroker.blockly-plus hier mit zu integrieren? Das Thema wurde schonmal gewollt, damals von dutchman https://github.com/ioBroker/ioBroker.javascript/issues/649
**Describe the bug** I had a separate instance for the slave system. Previously worked. Unfortunately, I didn’t notice from which version it stopped, but it definitely doesn’t work on 5.7.0....
When there is an error in a function in a promise (see code below) then the adapter cannot identify where the error comes from and restarts the adapter. I hope...
Hello, i've started developing a collection of [iobroker scripts](https://www.npmjs.com/package/@chpio/iobroker), but it seems that it's not possible to access the global functions (like `on`) from a `required` dependency, or am i...
Hi, is there a way to add own Blockly Blocks with an js file? I don't want to write a whole Adapter just to include a custom Block.
... to get users not to use it
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Have a simple script with a variable that contains...
This seems to be complicated and possibly incompatible with `vm.Script`: https://github.com/nodejs/node/issues/27387
**Describe the bug** The adapter config has options to decide which instance number should do script mirroring. (Which, BTW seems kind of useless as every instance has its own configuration.)...