Files
SL100_FactoryTestTool/FactoryTestTool/SourceCode/Json/JsonFile/getVideo.json

15 lines
246 B
JSON
Raw Normal View History

2024-08-01 09:17:17 +08:00
[
{
"cmd": "START_VIDEO",
2025-02-14 11:06:28 +08:00
"val": 1,
2024-08-01 09:17:17 +08:00
"lable": "启动视频",
"timeout": 0
},
{
"cmd": "STOP_VIDEO",
2025-02-14 11:06:28 +08:00
"val": 0,
2024-08-01 09:17:17 +08:00
"lable": "停止视频",
"timeout": 0
}
]