UNPKG

@apidaze/node-red-contrib-apidaze

Version:
20 lines (17 loc) 524 B
<script type="text/javascript"> RED.nodes.registerType('recording-processor', { category: 'apidaze', color: '#E9967A', defaults: {}, inputs: 1, outputs: 1, icon: 'font-awesome/fa-microphone', label: 'Recording processor', }); </script> <script type="text/html" data-template-name="recording-processor"> <input type="hidden" id="node-input-outputs" /> </script> <script type="text/html" data-help-name="recording-processor"> <p>Lets recording requests proceed in the flow.</p> </script>