diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-02 17:31:05 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-02 17:31:05 +0200 |
| commit | adab159475b2c21141a5c4d6aa6a0c95d70af17f (patch) | |
| tree | 3e5403cb617a24983e1df111559f423c36e1f86f /Software/PMR | |
| parent | 2bfca4fac0ca1b3d489d20ce7c4799e05876ecb5 (diff) | |
| download | Tango-adab159475b2c21141a5c4d6aa6a0c95d70af17f.tar.gz Tango-adab159475b2c21141a5c4d6aa6a0c95d70af17f.zip | |
Added IsPersistent to alarams handling.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/EmbeddedParameters/AlarmHandlingItem.proto | 3 |
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; +} |
