@@ -189,25 +189,26 @@ Email: `customer@thingsboard.org`
189189Password: ` customer `
190190
191191# Thingsboard Intern Rules
192- Internily to Thongsboard we create rules to verifying the data.
193- When the data is note corresponding it's create an alarm.
192+ Internily to Thingsboard we create rules to verifying the data.
193+ 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 of the humidity is above 90%.
197+ The humidity alarm verify if the humidity is above 90%.
198+ If its true we create an alarm.
198199
199200### Temperature Critcal Alarm
200201This rule create an alarm when the temperature is invalid.
201- Invalid temperature is when the temperature is when the temperature is below -10°C and above 35°C.
202+ Invalid temperature is when the temperature is below -10°C and above 35°C.
202203
203204### Temeperature Major Alamr Cold
204- When the temperature is between -10°C and -5°C create an alarm.
205+ When the temperature is between -10°C and -5°C we create an alarm.
205206
206207### Temeperature Major Alamr Hot
207- When the temperature is between 30°C and 35°C create an alarm.
208+ When the temperature is between 30°C and 35°C we create an alarm.
208209
209210### Delta Temperature
210- Calculate the delta between the temperature of 10 minutes ago and now .
211+ Calculate the delta between the temperature of 10 minutes ago and last temperature .
211212When the result of the delta is above 20°C an alarm is created.
212213
213214### Alarm Specific Temperature
0 commit comments