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

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

enhancement
Blockly

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...

enhancement
JavaScript

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...

enhancement
Blockly

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...

enhancement
JavaScript

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...

enhancement
JavaScript

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...

enhancement
Blockly

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: ![image](https://user-images.githubusercontent.com/35403739/61372050-6e43ab00-a896-11e9-868f-2f6dcd7b3da2.png)

enhancement
Blockly

Please make the "create state" block extendable.

enhancement
Blockly

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...

enhancement
JavaScript

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...

enhancement
Blockly