| | |
| | | }else { |
| | | op_result = "设置锁具工作模式失败" + Com.get_DTF(new Date(), Com.DTF_YMDhms); |
| | | } |
| | | }else if(ElectLock_ComBase.LOCK_SET_Bluetooth_ADDR == rtu_rx.reg_addr) { |
| | | if(rtu_rx.result == 1) { |
| | | isSuccess = true; |
| | | op_result = "锁具开启蓝牙成功" + Com.get_DTF(new Date(), Com.DTF_YMDhms); |
| | | }else if(rtu_rx.result == 0) { |
| | | isSuccess = true; |
| | | op_result = "锁具关闭蓝牙成功" + Com.get_DTF(new Date(), Com.DTF_YMDhms); |
| | | }else { |
| | | op_result = "锁具设置蓝牙失败" + Com.get_DTF(new Date(), Com.DTF_YMDhms); |
| | | } |
| | | } |
| | | |
| | | // if(Power_ComBase.PWD_DoorControl_RegAddr_Start == rtu_rx.reg_addr) { |