Skip to content

Commit

Permalink
Merge pull request #24 from EdgePi-Cloud/dev
Browse files Browse the repository at this point in the history
merge dev to main
  • Loading branch information
jimmy121192 authored Feb 13, 2024
2 parents 2a8141b + 62ed08b commit 23bed34
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 196 deletions.
2 changes: 1 addition & 1 deletion branch-name.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version-20240122235002-74c37ce5
version-20240213234912-6bfa6dc1
92 changes: 92 additions & 0 deletions examples/DAC Flow Sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[
{
"id": "6515c204e09ef9f5",
"type": "dac",
"z": "aa7eb918109cfafe",
"name": "",
"transport": "Local",
"tcpAddress": "",
"tcpPort": "5555",
"voltage": "1",
"channel": "1",
"gain": true,
"x": 350,
"y": 360,
"wires": [
[
"86807b61ae6e966c"
]
]
},
{
"id": "67b9bf678d861275",
"type": "inject",
"z": "aa7eb918109cfafe",
"name": "",
"props": [],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 90,
"y": 380,
"wires": [
[
"6515c204e09ef9f5"
]
]
},
{
"id": "86807b61ae6e966c",
"type": "debug",
"z": "aa7eb918109cfafe",
"name": "debug dac output",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 730,
"y": 360,
"wires": []
},
{
"id": "53f55a1438e58030",
"type": "inject",
"z": "aa7eb918109cfafe",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "gain",
"v": "false",
"vt": "bool"
},
{
"p": "channel",
"v": "7",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "3",
"payloadType": "num",
"x": 90,
"y": 420,
"wires": [
[
"6515c204e09ef9f5"
]
]
}
]
Loading

0 comments on commit 23bed34

Please sign in to comment.