Open Quarkmax opened 6 days ago
Documentation is also a string - the idea is that you provide the complete namespace. e.g. javascript.0
:
But yes, number should also work:
javascript.0
works without any problems, send and no red underlined. I had the snippet translated from Blockly, and it only saidinstance: 0
I'm sure that
Script type
JavaScript
The problem
Senden an anderes Script (JS, nicht Blockly) erwartet einen String für die Instanz
messageTo({ instance: 0, script: .......
. Übergebe ich die Instanz als String'0' oder "0"
wird die Message nicht gesendet. Sollte hier in Zeile 1222instance?: string;
nicht number erwartet werden? Grundsätzlich ist die Funktion gegeben wenn man die Instanz als Number übergibt, aber unschön wegen des Hinweises beim schreiben.iobroker.current.log (in debug mode!)
No response
Version of nodejs
20.18.0
Version of ioBroker js-controller
7.0.2
Version of adapter
8.8.3