[ { "id": "9b1984fd.787e48", "type": "ui_text", "z": "4809b205.f34c3c", "group": "a1283f2d.2d8518", "order": 1, "width": 0, "height": 0, "name": "", "label": "Led tricolor", "format": "", "layout": "row-spread", "x": 1330, "y": 280, "wires": [] }, { "id": "6c44a248.224b4c", "type": "function", "z": "4809b205.f34c3c", "name": "FF3399", "func": "msg.color = \"#FF3399\"\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1000, "y": 180, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "5087a988.c4cd58", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 780, "y": 180, "wires": [ [ "6c44a248.224b4c" ] ] }, { "id": "41571383.8553f4", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": true, "onceDelay": 0.1, "x": 790, "y": 140, "wires": [ [ "aaa08815.9ce938" ] ] }, { "id": "aaa08815.9ce938", "type": "function", "z": "4809b205.f34c3c", "name": "{R,G,B} -> {0,0,0}", "func": "flow.set(\"R\",\"00\");\nflow.set(\"G\",\"00\");\nflow.set(\"B\",\"00\");\nflow.set(\"RGB\",\"#\"+flow.get(\"R\")+flow.get(\"G\")+flow.get(\"B\"));\nmsg.color = flow.get(\"RGB\");\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1030, "y": 140, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "2b9cac8d.b2d624", "type": "function", "z": "4809b205.f34c3c", "name": "R -> FF", "func": "flow.set(\"R\",\"FF\");\nflow.set(\"RGB\",\"#\"+flow.get(\"R\")+flow.get(\"G\")+flow.get(\"B\"));\nmsg.color = flow.get(\"RGB\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1000, "y": 220, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "da6e51b2.ab881", "type": "function", "z": "4809b205.f34c3c", "name": "R -> 00", "func": "flow.set(\"R\",\"00\");\nflow.set(\"RGB\",\"#\"+flow.get(\"R\")+flow.get(\"G\")+flow.get(\"B\"));\nmsg.color = flow.get(\"RGB\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1000, "y": 260, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "e9d1c465.49cc6", "type": "function", "z": "4809b205.f34c3c", "name": "G -> FF", "func": "flow.set(\"G\",\"FF\");\nflow.set(\"RGB\",\"#\"+flow.get(\"R\")+flow.get(\"G\")+flow.get(\"B\"));\nmsg.color = flow.get(\"RGB\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1000, "y": 300, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "c97b338f.f4e9d8", "type": "function", "z": "4809b205.f34c3c", "name": "G -> 00", "func": "flow.set(\"G\",\"00\");\nflow.set(\"RGB\",\"#\"+flow.get(\"R\")+flow.get(\"G\")+flow.get(\"B\"));\nmsg.color = flow.get(\"RGB\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1000, "y": 340, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "3c5a3c60.e8a0f4", "type": "function", "z": "4809b205.f34c3c", "name": "B -> FF", "func": "flow.set(\"B\",\"FF\");\nflow.set(\"RGB\",\"#\"+flow.get(\"R\")+flow.get(\"G\")+flow.get(\"B\"));\nmsg.color = flow.get(\"RGB\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1000, "y": 380, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "3ccae090.dad75", "type": "function", "z": "4809b205.f34c3c", "name": "B -> 00", "func": "flow.set(\"B\",\"00\");\nflow.set(\"RGB\",\"#\"+flow.get(\"R\")+flow.get(\"G\")+flow.get(\"B\"));\nmsg.color = flow.get(\"RGB\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 1000, "y": 420, "wires": [ [ "9b1984fd.787e48" ] ] }, { "id": "315c1b79.a5800c", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 780, "y": 260, "wires": [ [ "da6e51b2.ab881" ] ] }, { "id": "8bc1a1e2.5223f", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 780, "y": 220, "wires": [ [ "2b9cac8d.b2d624" ] ] }, { "id": "a7266cce.2ba368", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 780, "y": 340, "wires": [ [ "c97b338f.f4e9d8" ] ] }, { "id": "6662f0b1.a01df8", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 780, "y": 300, "wires": [ [ "e9d1c465.49cc6" ] ] }, { "id": "28e683ad.bbe41c", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 780, "y": 420, "wires": [ [ "3ccae090.dad75" ] ] }, { "id": "b9907e37.5e633", "type": "inject", "z": "4809b205.f34c3c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 780, "y": 380, "wires": [ [ "3c5a3c60.e8a0f4" ] ] }, { "id": "a1283f2d.2d8518", "type": "ui_group", "z": "", "name": "Leds", "tab": "5ca1645e.26569c", "order": 3, "disp": true, "width": "6", "collapse": false }, { "id": "5ca1645e.26569c", "type": "ui_tab", "z": "", "name": "UPC-School", "icon": "dashboard", "order": 1 } ]