fix face_fun_on
This commit is contained in:
parent
5406985142
commit
063c520bb1
11
README.md
11
README.md
@ -316,6 +316,9 @@ Firmware Version : Ver 6.60 Nov 6 2017 (remote tested with correct results)
|
|||||||
Platform : ZMM220_TFT
|
Platform : ZMM220_TFT
|
||||||
DeviceName : (unknown device) (broken info but at least the important data was read)
|
DeviceName : (unknown device) (broken info but at least the important data was read)
|
||||||
|
|
||||||
|
Firmware Version : Ver 6.60 Jun 9 2017
|
||||||
|
Platform : JZ4725_TFT
|
||||||
|
DeviceName : K20 (latest checked correctly!)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -331,9 +334,11 @@ Firmware Version : Ver 6.60 Jun 16 2015
|
|||||||
Platform : JZ4725_TFT
|
Platform : JZ4725_TFT
|
||||||
DeviceName : K14 (not tested, but same behavior like the other one)
|
DeviceName : K14 (not tested, but same behavior like the other one)
|
||||||
|
|
||||||
Firmware Version : Ver 6.60 Jun 9 2017
|
|
||||||
Platform : JZ4725_TFT
|
|
||||||
DeviceName : K20 (Active testing! latest fix)
|
Firmware Version : Ver 6.60 Jun 5 2015
|
||||||
|
Platform : ZMM200_TFT
|
||||||
|
DeviceName : iClock3000/ID (Active testing! latest fix)
|
||||||
|
|
||||||
Firmware Version : Ver 6.70 Jul 12 2013
|
Firmware Version : Ver 6.70 Jul 12 2013
|
||||||
Platform : ZEM600_TFT
|
Platform : ZEM600_TFT
|
||||||
|
@ -530,7 +530,7 @@ class ZK(object):
|
|||||||
if cmd_response.get('status'):
|
if cmd_response.get('status'):
|
||||||
response = (self.__data.split(b'=', 1)[-1].split(b'\x00')[0])
|
response = (self.__data.split(b'=', 1)[-1].split(b'\x00')[0])
|
||||||
#definitivo? seleccionar firmware aqui?
|
#definitivo? seleccionar firmware aqui?
|
||||||
return int(response) if response else 0
|
return safe_cast(response, int ,0) if response else 0
|
||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user