-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
👑 [需求]设备管理->可视化,集成视频组件 #194
Comments
属性方式 GET /device/instance/{设备ID}/property/{属性ID} 响应 {
"result":[
{
"value":"", //如果是结构体类型,此字段为json字符串。
"objectValue":"" //如果是结构体类型,此字段有值
}
]
} 调用功能 POST /device/instance/{设备ID}/function/{功能ID}
{"参数ID":"参数值"} 响应: {
"result": "" //如果功能返回值类型是结构体,则为json对象。
} |
随意拖拽demo: |
🥰 需求描述
可视化添加视频组件
🧐 解决方案
🚑 其他信息
The text was updated successfully, but these errors were encountered: