add devices: laiyu zhida (#20)

add_laiyu_zhida
This commit is contained in:
王俊杰
2025-05-06 10:35:22 +08:00
committed by GitHub
parent 9d034bd343
commit 200ebaff31
12 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
(base) PS C:\Users\dell\Desktop> python zhida.py getstatus
{
"result": "RUN",
"message": "AcqTime:3.321049min Vial:1"
}
(base) PS C:\Users\dell\Desktop> python zhida.py getstatus
{
"result": "NOTREADY",
"message": "AcqTime:0min Vial:1"
}
(base) PS C:\Users\dell\Desktop> python zhida.py getstatus
{
"result": "PRERUN",
"message": "AcqTime:0min Vial:1"
}