初步完成龙台的读卡逻辑

This commit is contained in:
2024-12-09 18:28:36 +08:00
parent aa634c8860
commit 37fb40672a
15 changed files with 313 additions and 43 deletions

View File

@@ -65,6 +65,8 @@
```json lines
{
// 发出的卡片ID
"card_id": "",
// 空卡设备数量
"empty": 0,
// 错误设备数量
@@ -82,6 +84,12 @@
```json lines
{
// 需要的卡片ID
"card_id": "",
// 卡片错误时的播报内容
"card_error": "",
// 卡片正确时播报的恭喜通关内容
"card_ok": "",
// 等待插卡时间,单位秒
"wait_card": 0,
// 插卡后持续时间,单位秒