From 8abba8d57185a32702dfccc561e3e320210ce40d Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 17 七月 2020 13:39:20 +0800 Subject: [PATCH] camera add voiceEnable and voiceId --- protomsg.proto | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index ec47464..2d2fc97 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -41,6 +41,9 @@ int32 fps = 23; //fps璁剧疆 repeated Sensor sensors = 24; //浼犳劅鍣� + + bool voiceEnable = 25; + string voiceId = 26; } message Sensor { -- Gitblit v1.8.0