UNPKG

node-red-contrib-aedes

Version:
55 lines (54 loc) 2.07 kB
{ "aedes-mqtt-broker": { "status": { "connected": "connected __count__", "connected_plural": "connected __count__", "disconnected": "disconnected", "error": "error", "init-failed": "initialization failed" }, "error": { "port-in-use": "Error: Port __port__ is already in use", "server-error": "Error creating server on port __port__: __error__", "init-failed": "Failed to initialize Aedes broker: __error__" }, "label": { "mqtt_port": "MQTT port", "mqtt_ws_bind": "WS bind", "mqtt_ws_port": "WS port", "mqtt_ws_path": "WS path", "use-tls": "Enable secure (SSL/TLS) connection", "use-local-files": "Use local files", "tls-config": "TLS Configuration", "upload": "Upload", "cert": "Certificate", "key": "Private Key", "ca": "CA Certificate", "persistence_bind": "Persistence", "persistence_memory": "Memory", "persistence_mongodb": "MongoDB", "persistence_level": "LevelDB", "dburl": "DB Url", "persist_to_file": "Persist state across restarts" }, "tip": { "persist_to_file": "Saves retained messages and subscriptions as a JSON file in the Node-RED userDir. Written on shutdown and every 60 s. QoS 1/2 in-flight messages are not persisted. Disabled automatically if userDir is not writable." }, "placeholder": { "mqtt_port": "Enter MQTT port", "mqtt_ws_port": "Enter Websocket port. Leave blank to disable Websocket support", "mqtt_ws_path": "Enter Websocket path. Leave blank to disable Websocket support", "cert": "path to certificate (PEM format)", "key": "path to private key (PEM format)", "ca": "path to CA certificate (PEM format)", "dburl": "mongodb://localhost:27017/mqtt", "username": "leave blank to disable authentication", "password": "leave blank to disable authentication" }, "tabs-label": { "connection": "Connection", "persistence": "Persistence", "security": "Security" } } }