Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mdbook/src/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We need a flexible model to define alarm conditions, and a standard way to annou

## Alarm Process

* Define alarm states as zones in the meta object attached to any Signal K value. See [[Metadata for Data Values]]
* Define alarm states as zones in the meta object attached to any Signal K value. See [Metadata for a Data Value](data_model_metadata.html#metadata-for-a-data-value)
* If the value is within an alarm zone raise the defined alarm.
* If the value goes out of the zone, remove the alarm by setting its value to null
* Alarms are raised by placing an alarm object in the `vessels.self.notifications` tree
Expand Down