@kaaiot/node-red-contrib-kaa
Version:
Kaa Node RED Integration
23 lines (20 loc) • 577 B
HTML
<script type="text/javascript">
RED.nodes.registerType('kaa-command-result',{
category: 'Kaa',
color: '#34A5FF',
defaults: {
},
inputs: 1,
outputs: 1,
icon: "command-result.svg",
label: function() {
return "Kaa Command Result";
}
});
</script>
<script type="text/html" data-template-name="kaa-command-result">
</ div>
</script>
<script type="text/html" data-help-name="kaa-command-result">
<p>Command Result. Send command result to KAA Platform</p>
</script>