{"library":"node-red-iot-mqtt-api","title":"node-red-iot-mqtt-api","description":"A Node-RED custom node that integrates IoT MQTT APIs, enabling easy connection and data handling with MQTT brokers. Version 1.0.1 is the latest stable release, with a low release cadence. It simplifies IoT data flow in Node-RED by providing a dedicated node for MQTT-based IoT APIs, differentiating from generic MQTT nodes by offering pre-configured API integration for common IoT platforms.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install node-red-iot-mqtt-api"],"cli":null},"imports":["Install via Node-RED palette manager or npm: npm install node-red-iot-mqtt-api"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// This package is a Node-RED node, not a library with code imports.\n// To use: In your Node-RED instance, install via Manage Palette or npm.\n// Then drag 'iot-mqtt-api' node from palette, configure MQTT broker and topic.\n// Example flow JSON (deploy to Node-RED):\n[{\"id\":\"1\",\"type\":\"iot-mqtt-api\",\"z\":\"\",\"name\":\"\",\"broker\":\"\",\"topic\":\"\",\"x\":400,\"y\":200,\"wires\":[[\"2\"]]},{\"id\":\"2\",\"type\":\"debug\",\"z\":\"\",\"name\":\"\",\"active\":true,\"console\":\"false\",\"complete\":\"true\",\"x\":600,\"y\":200,\"wires\":[]}]","lang":"javascript","description":"Shows how to use the Node-RED node by installing it and creating a simple flow with an MQTT API node connected to a debug node.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}