ioBroker.javascript
ioBroker.javascript copied to clipboard
Script engine for JavaScript and Blockly
Wäre es möglich das Telegram Blockly etwas zu erweitern um das Feld Tastatur und User? Ähnlich wie hier: https://github.com/excal-foley/ioBroker.blockly-plus
Currently, when using the `on` method of a `QueryResult` from `$` it only accepts the callback as parameter: `on(callback: StateChangeHandler): this;` This presets some values of the pattern that is...
Hallo Zusammen, ich habe den Javascript-Adapter auf die o.g. Version upgedatet. Hier gibt es einen kleinen Layout-Fehler beim Erstellen von Blocklys. Wenn ich das Layout so wähle, dass die Debug-Ausgabe...
Hi, i'd like to use a Regex in my javascript on subscribe part i have the following code: on({ id: /^hm-rpc\.\d\..+\.SET_TEMPERATURE$/, }, This gives me the following javascript error in...
Ich habe die Bitte dass Ihr renameFile in den Javascript-Adapter implementiert. Apollon meinte der js-controller könnte das der Javascript Adapter aber noch nicht und ich solle ein Issue erstellen was...
When one deletes a variable that is still in use somewhere in the active script, there is a warning that tells me that this variable will be deleted there as...
Extend the comment field in Blockly so that the lines become longer. Extending horizontally or article would be both an option. It's over right now: 
Please make the "create state" block extendable.
For States that have object definition with "states" (1->'ON', 2'OFF') it would be great if the value for "setState" could be also the string defined by the "states" object. This...
To make programming of long scripts easier and to have a better overview in Blockly, it would be nice to have comment fields that are collapseable (e.g. like the crate...