diff --git a/flows.json b/flows.json index 14d918e..144d53a 100644 --- a/flows.json +++ b/flows.json @@ -2734,11 +2734,16 @@ "t": "eq", "v": "imager/image", "vt": "str" + }, + { + "t": "eq", + "v": "calibration/save", + "vt": "str" } ], "checkall": "true", "repair": false, - "outputs": 9, + "outputs": 10, "x": 550, "y": 220, "wires": [ @@ -2768,6 +2773,9 @@ ], [ "a56a8820702f4610" + ], + [ + "ca11ba7100000002" ] ] }, @@ -2783,7 +2791,7 @@ "width": "0", "height": "0", "head": "", - "format": "\n\n\n\n", + "format": "\n\n\n\n", "storeOutMessages": true, "passthru": true, "resendOnRefresh": true, @@ -3612,7 +3620,7 @@ "width": 0, "height": 0, "head": "", - "format": "\n\n\n\n", + "format": "\n\n\n\n", "storeOutMessages": true, "passthru": true, "resendOnRefresh": true, @@ -4037,11 +4045,16 @@ "t": "eq", "v": "imager/image", "vt": "str" + }, + { + "t": "eq", + "v": "calibration/save", + "vt": "str" } ], "checkall": "true", "repair": false, - "outputs": 2, + "outputs": 3, "x": 550, "y": 440, "wires": [ @@ -4052,6 +4065,9 @@ [ "d103a3c7e312d1f1", "7f4d54e564ca69d7" + ], + [ + "d103a3c7e312d1f1" ] ] }, @@ -7614,7 +7630,7 @@ "width": "0", "height": "0", "head": "", - "format": "\n\n\n\n", + "format": "\n\n\n\n", "storeOutMessages": true, "passthru": true, "resendOnRefresh": true, @@ -9301,5 +9317,43 @@ "wires": [ [] ] + }, + { + "id": "ca11ba7100000001", + "type": "mqtt in", + "z": "6d6a011bf1913637", + "name": "", + "topic": "status/calibration", + "qos": "0", + "datatype": "json", + "broker": "8dc3722c.06efa8", + "nl": false, + "rap": false, + "inputs": 0, + "x": 80, + "y": 400, + "wires": [ + [ + "db1ef284071e60a1" + ] + ] + }, + { + "id": "ca11ba7100000002", + "type": "mqtt out", + "z": "6d6a011bf1913637", + "name": "MQTT - calibration", + "topic": "", + "qos": "", + "retain": "", + "respTopic": "", + "contentType": "", + "userProps": "", + "correl": "", + "expiry": "", + "broker": "8dc3722c.06efa8", + "x": 790, + "y": 520, + "wires": [] } ] \ No newline at end of file