Add Device MockChiller

Add device MockChiller
This commit is contained in:
KCFeng425
2025-06-05 13:33:56 +08:00
parent 6f69df440c
commit ff76bb1a76
4 changed files with 254 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
{
"nodes": [
{
"id": "MockChiller1",
"name": "模拟冷却器",
"children": [],
"parent": null,
"type": "device",
"class": "MockChiller",
"position": {
"x": 620.6111111111111,
"y": 171,
"z": 0
},
"config": {
"port": "MOCK"
},
"data": {
"current_temperature": 25.0,
"target_temperature": 25.0,
"status": "Idle",
"power_on": false,
"is_cooling": false,
"is_heating": false
}
}
],
"links": []
}