Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Oct 29, 2020
1 parent 464c718 commit ddebf05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# dataModel.Alert
This entity models an alert and could be used to send alerts related to traffic jam, accidents, weather conditions, high level of pollutants and so on. T he purpose of the model is to support the generation of notifications for a user or trigger other actions, based on such alerts.
An Alert is generated by a specific situation. The main features of an alert is that it is not predictable and it is not a recurrent data. That means that an alert could be an accident or a high level of pollutants measure, additionally it could a patient falling over or a car driving in the wrong direction on a highway.
Some examples of context data are type of alert (traffic, weather, security, and pollution, etc.), severity, location and so on.
This entity models an Alert and could be used to send alerts related to traffic jam, accidents, weather conditions, high level of pollutants and so on. T he purpose of the model is to support the generation of notifications for a user or trigger other actions, based on such alerts.
An Alert is generated by a specific situation. The main features of an Alert is that it is not predictable and it is not a recurrent data. That means that an Alert could be an accident or a high level of pollutants measure, additionally it could a patient falling over or a car driving in the wrong direction on a highway.
Some examples of context data are type of Alert (traffic, weather, security, and pollution, etc.), severity, location and so on.

### List of data models

The following entity types are available:
- [alert](https://github.com/smart-data-models/dataModel.Alert/blob/master/alert/README.md). This entity models an alert and could be used to send alerts related to traffic
- [Alert](https://github.com/smart-data-models/dataModel.Alert/blob/master/Alert/README.md). This entity models an alert and could be used to send alerts related to traffic
jam, accidents, weather conditions, high level of pollutants and so on. The
purpose of the model is to support the generation of notifications for a user or
trigger other actions, based on such alerts.
Expand Down

0 comments on commit ddebf05

Please sign in to comment.