mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 13:25:13 +00:00
29 lines
686 B
JSON
29 lines
686 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "Liquid_Sensor_1",
|
|
"name": "XKC Sensor",
|
|
"children": [],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "sensor.xkc_rs485",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"port": "/dev/tty.usbserial-3110",
|
|
"baudrate": 9600,
|
|
"device_id": 1,
|
|
"threshold": 300,
|
|
"timeout": 3.0
|
|
},
|
|
"data": {
|
|
"level": false,
|
|
"rssi": 0
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
} |