diff --git a/node-red/arm/data/flows.json b/node-red/arm/data/flows.json index 04d9971..2fb5209 100644 --- a/node-red/arm/data/flows.json +++ b/node-red/arm/data/flows.json @@ -1,33 +1,41 @@ [ { - "id": "1f5f39f1.ca2cfe", + "id": "e6b02cdc.a08c6", + "type": "rpi-mouse", + "z": "9c71f306.c8b968", + "name": "", + "butt": "1", + "x": 169.5, + "y": 77, + "wires": [ + [ + "77b116ee.b0b97" + ] + ] + }, + { + "id": "ecbfa15d.ebe518", + "type": "rpi-keyboard", + "z": "9c71f306.c8b968", + "name": "", + "x": 169.5, + "y": 157, + "wires": [ + [ + "77b116ee.b0b97" + ] + ] + }, + { + "id": "77b116ee.b0b97", "type": "debug", "z": "9c71f306.c8b968", "name": "", "active": true, "console": "false", "complete": "false", - "x": 481.5, - "y": 208, + "x": 371.5, + "y": 115, "wires": [] - }, - { - "id": "5a211.3114d5efc", - "type": "inject", - "z": "9c71f306.c8b968", - "name": "", - "topic": "", - "payload": "", - "payloadType": "date", - "repeat": "", - "crontab": "", - "once": false, - "x": 265.5, - "y": 208, - "wires": [ - [ - "1f5f39f1.ca2cfe" - ] - ] } ] diff --git a/node-red/arm/patch/screenshot.png b/node-red/arm/patch/screenshot.png new file mode 100644 index 0000000..04a19b7 Binary files /dev/null and b/node-red/arm/patch/screenshot.png differ