{"library":"node-red-node-smooth","type":"library","category":null,"description":"node-red-node-smooth is a Node-RED package providing a collection of simple smoothing algorithms for processing incoming numerical data. It includes functions like Minimum, Maximum, Mean, Standard Deviation, High Pass, and Low Pass smoothing. The current stable version, 0.8.0, was released approximately a year ago, indicating an active but not rapid release cadence. This node is specifically designed for the Node-RED environment, a low-code programming platform for event-driven applications, differentiating it from general-purpose JavaScript libraries. Its primary strength lies in its direct integration into Node-RED flows, allowing users to easily incorporate data smoothing into their visual programming logic without writing complex code. It operates exclusively on numerical inputs and can reset its internal state via a `msg.reset` message.","language":"javascript","status":"active","version":"0.1.2","tags":["javascript","node-red","smooth","average","standard deviation"],"install":[{"cmd":"npm install node-red-node-smooth","imports":["Install via npm: npm install node-red-node-smooth\nThen add 'smooth' node from the palette in Node-RED editor.","// In a custom Node-RED node .js file (e.g., ~/.node-red/nodes/my-smooth-node.js)\nmodule.exports = function(RED) {\n    function SmoothNode(config) {\n        RED.nodes.createNode(this, config);\n        // ... node logic ...\n    }\n    RED.nodes.registerType('smooth', SmoothNode);\n}"]},{"cmd":"yarn add node-red-node-smooth","imports":[]},{"cmd":"pnpm add node-red-node-smooth","imports":[]}],"homepage":"https://flows.nodered.org/node/node-red-node-smooth","github":"https://github.com/node-red/node-red-nodes","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-red-node-smooth","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-red-node-smooth/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}