We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
是否为新品(必填) 新品
关联的产品model leshow.heater.bs3
项目ID(必填) /
用户ID(必填) /
企业名称(必填) 乐秀
环境(必填)
现象(必填) Device.getDeviceWifi().callMethod('scene/list', { "api_version":0, "did":Device.did, "dids":Device.dids, "filter":"", "format":"", "has_authed":true, "has_setting":true, "identify":"", "name":"", "pd_ids":null, "st_id":8, "support_second":false, "uid":Device.uid}).then((json) => { alert('=='+JSON.stringify(json)); });
Device.getDeviceWifi().callMethod('miIO.xget', ["x.timer.*"]).then((json) => { alert('=='+JSON.stringify(json)); }); 这两个方法调用报错。
Device.loadTimerScenes().then((sceneArr) => {}) 这个方法获取到的是空的数据。
期望(必填) 获取到在插件上设置的定时列表。
The text was updated successfully, but these errors were encountered:
zanetti4
No branches or pull requests
是否为新品(必填)
新品
关联的产品model
leshow.heater.bs3
项目ID(必填)
/
用户ID(必填)
/
企业名称(必填)
乐秀
环境(必填)
现象(必填)
Device.getDeviceWifi().callMethod('scene/list', { "api_version":0, "did":Device.did, "dids":Device.dids, "filter":"",
"format":"", "has_authed":true, "has_setting":true, "identify":"", "name":"",
"pd_ids":null, "st_id":8, "support_second":false, "uid":Device.uid}).then((json) => {
alert('=='+JSON.stringify(json));
});
Device.getDeviceWifi().callMethod('miIO.xget', ["x.timer.*"]).then((json) => {
alert('=='+JSON.stringify(json));
});
这两个方法调用报错。
Device.loadTimerScenes().then((sceneArr) => {})
这个方法获取到的是空的数据。
期望(必填)
获取到在插件上设置的定时列表。
The text was updated successfully, but these errors were encountered: