添加门磁设备adr

This commit is contained in:
fish 2019-05-09 18:48:53 +08:00
parent 7075753b09
commit f747858d29
1 changed files with 2 additions and 2 deletions

View File

@ -381,9 +381,9 @@ func dealDatav3(data []byte) string{
}else if datatype==3{
var R_data P1004_6
R_data.CODE = 1005
R_data.ID = "dc390000"
R_data.ID = "853c0000"
//尿布台
R_data.VERSION = "yunhorn_door_c_v1"
R_data.VERSION = "yunhorn_door_c_v1"
R_data.ONLINE = true
R_data.DATA = make(map[string]interface{})
R_data.DATA["data"]=int64(data[6])