Skip to content

doc: fix link to Metadata doc from notifications #669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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