Skip to content

Instantly share code, notes, and snippets.

@zeushammer
Created August 17, 2022 22:18
Show Gist options
  • Save zeushammer/f61fe33f0949cd66560a91c586afa80b to your computer and use it in GitHub Desktop.
Save zeushammer/f61fe33f0949cd66560a91c586afa80b to your computer and use it in GitHub Desktop.
[
{
"id": "c78b305a.d4fc48",
"type": "tab",
"parameters": {
"label": "CounterComponent",
"disabled": false,
"info": ""
},
"is_user_parameter": {},
"label": "CounterComponent",
"disabled": false,
"info": ""
},
{
"id": "3964c731.45f048",
"type": "location",
"z": "c78b305a.d4fc48",
"parameters": {
"location": "AGerho000",
"info": ""
},
"is_user_parameter": {},
"name": "Location",
"location": "AGerho000",
"info": "",
"x": 150,
"y": 120,
"wires": []
},
{
"id": "f220bbaf.eef2e",
"type": "generic_trigger",
"z": "c78b305a.d4fc48",
"parameters": {
"event_pattern": "{\"some_key\":\"countme\"}"
},
"is_user_parameter": {
"iup_event_pattern": false
},
"name": "GenericTrigger",
"event_pattern": "{\"some_key\":\"countme\"}",
"iup_event_pattern": false,
"x": 480,
"y": 320,
"wires": [
[
"1cfab3f0.a3673c:0"
],
[]
]
},
{
"id": "1cfab3f0.a3673c",
"type": "count",
"z": "c78b305a.d4fc48",
"parameters": {},
"is_user_parameter": {},
"name": "Count",
"x": 740,
"y": 300,
"wires": [
[
"bf18337c.dafa48:0",
"c0f04e6a.a5a9f8:0",
"877c4575.e9d7c8:0"
],
[]
]
},
{
"id": "bf18337c.dafa48",
"type": "check_condition",
"z": "c78b305a.d4fc48",
"parameters": {
"condition": "props.Count.counter<=1"
},
"is_user_parameter": {
"iup_condition": false
},
"name": "CheckCondition",
"condition": "props.Count.counter<=1",
"iup_condition": false,
"x": 980,
"y": 140,
"wires": [
[
"574c0dcc.6517d4:0"
],
[
"373ae29e.fb469e:0"
],
[
"c6853ddf.27b08:0"
]
]
},
{
"id": "574c0dcc.6517d4",
"type": "debugfn",
"z": "c78b305a.d4fc48",
"parameters": {
"breakpoint": "false"
},
"is_user_parameter": {
"iup_breakpoint": false
},
"name": "Debug",
"breakpoint": "false",
"iup_breakpoint": false,
"x": 1170,
"y": 80,
"wires": [
[],
[]
]
},
{
"id": "3dabb0d4.8ab288",
"type": "generic_event",
"z": "c78b305a.d4fc48",
"parameters": {
"topic": "",
"payload": "{\"some_key\":\"countme\"}",
"payloadType": "json"
},
"is_user_parameter": {},
"name": "generic_event",
"topic": "",
"payload": "{\"some_key\":\"countme\"}",
"payloadType": "json",
"x": 460,
"y": 260,
"wires": []
},
{
"id": "877c4575.e9d7c8",
"type": "nop",
"z": "c78b305a.d4fc48",
"parameters": {},
"is_user_parameter": {},
"name": "NOP",
"x": 730,
"y": 500,
"wires": [
[
"1cfab3f0.a3673c:1"
],
[]
]
},
{
"id": "c0f04e6a.a5a9f8",
"type": "debugfn",
"z": "c78b305a.d4fc48",
"parameters": {
"breakpoint": "false"
},
"is_user_parameter": {
"iup_breakpoint": false
},
"name": "Debug",
"breakpoint": "false",
"iup_breakpoint": false,
"x": 950,
"y": 280,
"wires": [
[],
[]
]
},
{
"id": "373ae29e.fb469e",
"type": "debugfn",
"z": "c78b305a.d4fc48",
"parameters": {
"breakpoint": "false"
},
"is_user_parameter": {
"iup_breakpoint": false
},
"name": "Debug",
"breakpoint": "false",
"iup_breakpoint": false,
"x": 1170,
"y": 140,
"wires": [
[],
[]
]
},
{
"id": "c6853ddf.27b08",
"type": "debugfn",
"z": "c78b305a.d4fc48",
"parameters": {
"breakpoint": "false"
},
"is_user_parameter": {
"iup_breakpoint": false
},
"name": "Debug",
"breakpoint": "false",
"iup_breakpoint": false,
"x": 1170,
"y": 200,
"wires": [
[],
[]
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment