aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-02 17:31:05 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-02 17:31:05 +0200
commitadab159475b2c21141a5c4d6aa6a0c95d70af17f (patch)
tree3e5403cb617a24983e1df111559f423c36e1f86f /Software/PMR
parent2bfca4fac0ca1b3d489d20ce7c4799e05876ecb5 (diff)
downloadTango-adab159475b2c21141a5c4d6aa6a0c95d70af17f.tar.gz
Tango-adab159475b2c21141a5c4d6aa6a0c95d70af17f.zip
Added IsPersistent to alarams handling.
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto b/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
index 1dbd9515d..0dbc0a114 100644
--- a/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
+++ b/Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto
@@ -20,4 +20,5 @@ message AlarmHandlingItem
uint32 DebounceValue = 9;
Diagnostics.EventType EventType = 10;
string EventName = 11;
- }
+ bool IsPersistent = 12;
+}