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
1、设备列表页面,显示设备离线:
2、进入通道页面,通道依然显示在线:
3、
The text was updated successfully, but these errors were encountered:
1.设备列表请求返回设备状态:onLine: false/true
2、通道页面代码判断错误 :v-bind:disabled="device == null || device.online === 0"
Sorry, something went wrong.
通道状态目前不会随设备状态变化更新
#1417
No branches or pull requests
1、设备列表页面,显示设备离线:
2、进入通道页面,通道依然显示在线:
![微信截图_20230802163327](https://private-user-images.githubusercontent.com/25221899/257752159-cefdc798-dd42-418f-8a29-b1eaed29fee9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTg3OTUsIm5iZiI6MTczOTM1ODQ5NSwicGF0aCI6Ii8yNTIyMTg5OS8yNTc3NTIxNTktY2VmZGM3OTgtZGQ0Mi00MThmLThhMjktYjFlYWVkMjlmZWU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExMDgxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVjYzcwODBlOTU3NTYwZjdiMWVmOTJjNzlkNWU5NWJiNGU3ZDBhZWI0ODc2MjgxZjU1ODM0YzljNTk5NDUyZTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.chGzYp-1mtE1ZmZfWxJo734obgg_-AWhhcsw8U8CSsQ)
3、
The text was updated successfully, but these errors were encountered: