UNPKG

@kaaiot/node-red-contrib-kaa

Version:
22 lines (19 loc) 550 B
<script type="text/javascript"> RED.nodes.registerType('kaa-timeseries',{ category: 'Kaa', color: '#34A5FF', defaults: {}, inputs: 1, outputs: 1, icon: "timeseries.svg", label: function() { return "Kaa Timeseries"; } }); </script> <script type="text/html" data-template-name="kaa-timeseries"> <div /> </script> <script type="text/html" data-help-name="kaa-timeseries"> <p>Timeseries. Publish timeseries events to KAA Platform</p> </script>