File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,22 +194,21 @@ When the data is not corresponding it's create an alarm via the rules.
194194Depending on the alarm type the alarm severity change.
195195
196196### Humidity Alarm
197- The humidity alarm verify if the humidity is above 90%.
198- If its true we create an alarm.
197+ When the humidity is above 90% an alarm is created.
199198
200199### Temperature Critcal Alarm
201200This rule create an alarm when the temperature is invalid.
202201Invalid temperature is when the temperature is below -10°C and above 35°C.
203202
204203### Temeperature Major Alamr Cold
205- When the temperature is between -10°C and -5°C we create an alarm.
204+ When the temperature is between -10°C and -5°C an alarm is created .
206205
207206### Temeperature Major Alamr Hot
208- When the temperature is between 30°C and 35°C we create an alarm.
207+ When the temperature is between 30°C and 35°C an alarm is created .
209208
210209### Delta Temperature
211210Calculate the delta between the temperature of 10 minutes ago and last temperature.
212211When the result of the delta is above 20°C an alarm is created.
213212
214213### Alarm Specific Temperature
215- When the temperature equal to 0 an alarm is created.
214+ When the temperature equal to 0 an alarm is created.
You can’t perform that action at this time.
0 commit comments