update generated code

This commit is contained in:
Mario Pesch
2022-01-29 10:50:30 +01:00
parent 0c8ae90124
commit c711596285
3 changed files with 38 additions and 21 deletions
@@ -108,3 +108,14 @@ Blockly.Blocks["sensebox_ethernet"] = {
}
},
};
Blockly.Blocks["sensebox_ethernetIp"] = {
init: function () {
this.appendDummyInput().appendField(Blockly.Msg.senseBox_ethernet_ip);
this.setColour(getColour().sensebox);
this.setHelpUrl(Blockly.Msg.senseBox_ethernetIp_helpurl);
this.setTooltip(Blockly.Msg.senseBox_ethernet_ip_tooltip);
this.setOutput(true, null);
},
};