@energyweb/node-red-contrib-energywebx
Version:
Turn your flows to become SmartFlows in-order to be able to have your node-red flows being installed and executed on thousands of decentralised worker nodes around the world (Powered by Energy Web X)
21 lines • 589 B
HTML
<script type="text/javascript">
RED.nodes.registerType('submit-result', {
category: 'Energy Web X',
color: '#60A0FF',
inputs: 1,
outputs: 1,
icon: "submit-result.svg",
label: function() {
return this.name || "submit result";
},
inputLabels: [],
outputLabels: [],
align: 'left',
defaults: {
name: {value: "submit result" },
}
});
</script>
<script type="text/html" data-help-name="submit-result">
<p>Submit result vote for a solution on EWX</p>
</script>