From a2b74be67a564bffc56439317b6bebec21f7d3a9 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期三, 24 七月 2019 11:31:37 +0800 Subject: [PATCH] add compareArgs --- sysset.proto | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sysset.proto b/sysset.proto index 9c83c6a..45e5a1f 100644 --- a/sysset.proto +++ b/sysset.proto @@ -20,6 +20,8 @@ string gate_way = 14; string net_mask = 15; int32 real_max = 16;//瀹炴椂澶勭悊鐨勬渶澶ц矾鏁� + int32 alarm_threshold_type = 17;//鎶ヨ闃堝�艰缃�(1:鎸夋渶楂樺垎锛�2锛氭寜闃堝�间互涓�) + int32 alarm_threshold = 18; } message PollConfig { -- Gitblit v1.8.0