ioBroker.javascript
ioBroker.javascript copied to clipboard
Script engine for JavaScript and Blockly
**Describe the bug** If you use CRON as trigger, the configured values are **not** copied to the generated java script. **To Reproduce** Steps to reproduce the behavior: 1. Create a...
Config-UI: Check provided Mirror directory to not be /opt/iobroker/ or such "heavy" directory" ...
... maybe check content for "non *.js* (and such allowed extensions) directories and at leat warn?
hallo, wenn ich je nach ausgewähltem Gerät ein Binding zuordnen will, dann scheint das nicht zu funktionieren. Anscheinend werden immer beide Bindings beibehalten. Beim Debuggen erscheinen auf jeden Fall immer...
Nach einem manuellen Restore der Java-Scripte sind die Umlaute "zerstört" und die Datei damit doppelt:  Klar könnte man auf Umlaute verzichten, habe ich nunmal aber nicht ;) Bitte bei...

**Describe the bug** When executing ```javascript formatDate(getDateObject('04.03.2022'), "DD.MM.YYYY") formatDate(getDateObject('04/03/2022'), "DD.MM.YYYY") formatDate(getDateObject('04-03-2022'), "DD.MM.YYYY") ``` The result is ``03.04.2022`` https://github.com/ioBroker/ioBroker.javascript/blob/58daed0188a95c6d4dcf6a050ab94130cd0aa589/lib/sandbox.js#L2476-L2490
Hallo zusammen, ich vermisse ein block mit : "von wert bis wert(zwischen)" (Beispiel: Temperatur "von 0 grad bis 25 grad") oder was mich betrifft ist Helligkeit (Beispiel : "von 10000...
Hi, it would be great to be able to zoom by mouse wheel when holding ctrl-key. So, wheel would be a vertical scroll, shift + wheel would be a horizontal...
**Describe the bug** When I create a new Folder in the Scripts View the folder is created but not visible after creation. **To Reproduce** Steps to reproduce the behavior: 1....
[Some websites ](https://docs.helium.com/api/blockchain/introduction/#specify-a-user-agent) require an User-Agents in order to give a valid answer to a request. This seems to be in order to prevent spam-requests (even though I can not...