AlertInfo增加设备信息和故障原因字段

This commit is contained in:
joylink_zhangsai 2023-07-17 16:00:28 +08:00
parent 64ee293e0d
commit 2b1cf46a4b

View File

@ -19,6 +19,12 @@ message NccAlertInfoMessage {
string info = 4;
int32 alert_tip_id = 5;
//
string device_info = 6;
//
string reason = 7;
}
repeated Message messages = 1;