From 4ca3791590a7bf50222aa5f80e53edf04739108a Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 22 十月 2024 17:20:23 +0800
Subject: [PATCH] fix 1400 post floor farmat

---
 rfid/proto.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/rfid/proto.go b/rfid/proto.go
index 10f208c..e6b11b2 100644
--- a/rfid/proto.go
+++ b/rfid/proto.go
@@ -9,6 +9,8 @@
 
 const (
 	ControlWordEPCReadResponse6C uint32 = 0x00011200
+	ControlWordConnectionStatus  uint32 = 0x00011112
+	ControlWordDeviceInfo        uint32 = 0x00010100
 )
 
 func Parse2Floor(input string) (string, error) {

--
Gitblit v1.8.0