-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
发现Device getIsSetPinCode 这个值一直是false #20
Comments
抓下log,搜关键字MiotWanDevice,看下device的Json数据里面有没有extra属性? |
有的 isSetPincode 在log 中式正确的,是否是device的setpinCode未赋值过去 ,"extra":{"isSetPincode":1,"fw_version":"13.3.4.5_0081","needVerifyCode":0 |
Device 172 行数 setExtra(Map<String, Object> extra) 这个函数是否没有调用 |
创建Device的时候会调用setExtra。 |
目前未做混淆 |
晚上我提供下Log SDK版本你替换下,抓下Log提供给我分析查明下原因。 |
下周会更新sdk解决此问题,请知悉。 |
请问这个问题大概周几可以更新 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Device getIsSetPinCode 值即便是有了密码依然是false
The text was updated successfully, but these errors were encountered: