Skip to content

Commit 271cdc9

Browse files
authored
Update REAMDME.md
1 parent 476b26b commit 271cdc9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,21 @@ When the data is not corresponding it's create an alarm via the rules.
194194
Depending 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
201200
This rule create an alarm when the temperature is invalid.
202201
Invalid 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
211210
Calculate the delta between the temperature of 10 minutes ago and last temperature.
212211
When 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.

0 commit comments

Comments
 (0)