[ { "id": "m_tab_edge_1", "type": "tab", "label": "Measurement Edge", "disabled": false, "info": "Edge-case measurement flow" }, { "id": "m_edge_node", "type": "measurement", "z": "m_tab_edge_1", "name": "M Edge", "scaling": true, "i_min": 0, "i_max": 100, "i_offset": 0, "o_min": 0, "o_max": 10, "simulator": false, "smooth_method": "mean", "count": 5, "supplier": "vendor", "category": "sensor", "assetType": "pressure", "model": "PT-E", "unit": "bar", "positionVsParent": "atEquipment", "hasDistance": false, "distance": 0, "distanceUnit": "m", "enableLog": false, "logLevel": "error", "x": 510, "y": 220, "wires": [["m_edge_dbg_process"],["m_edge_dbg_influx"],["m_edge_dbg_parent"]] }, { "id": "m_edge_bad_payload", "type": "inject", "z": "m_tab_edge_1", "name": "measurement bad payload", "props": [{"p": "topic", "vt": "str"},{"p": "payload", "vt": "str"}], "topic": "measurement", "payload": "not-a-number", "payloadType": "str", "x": 170, "y": 170, "wires": [["m_edge_node"]] }, { "id": "m_edge_toggle_outlier", "type": "inject", "z": "m_tab_edge_1", "name": "toggle outlier", "props": [{"p": "topic", "vt": "str"}], "topic": "outlierDetection", "x": 140, "y": 220, "wires": [["m_edge_node"]] }, { "id": "m_edge_unknown_topic", "type": "inject", "z": "m_tab_edge_1", "name": "unknown topic", "props": [{"p": "topic", "vt": "str"},{"p": "payload", "vt": "num"}], "topic": "doesNotExist", "payload": "1", "payloadType": "num", "x": 150, "y": 270, "wires": [["m_edge_node"]] }, { "id": "m_edge_dbg_process", "type": "debug", "z": "m_tab_edge_1", "name": "M edge process", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "x": 750, "y": 180, "wires": [] }, { "id": "m_edge_dbg_influx", "type": "debug", "z": "m_tab_edge_1", "name": "M edge influx", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "x": 740, "y": 220, "wires": [] }, { "id": "m_edge_dbg_parent", "type": "debug", "z": "m_tab_edge_1", "name": "M edge parent", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "x": 740, "y": 260, "wires": [] } ]