File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,22 +193,22 @@ Internily to Thongsboard we create rules to verifying the data.
193193When the data is note corresponding it's create an alarm.
194194Depending on the alarm type the alarm severity change.
195195
196- ## Humidity Alarm
196+ ### Humidity Alarm
197197The humidity alarm verify of the humidity is above 90%.
198198
199- ## Temperature Critcal Alarm
199+ ### Temperature Critcal Alarm
200200This rule create an alarm when the temperature is invalid.
201201Invalid temperature is when the temperature is when the temperature is below -10°C and above 35°C.
202202
203- ## Temeperature Major Alamr Cold
203+ ### Temeperature Major Alamr Cold
204204When the temperature is between -10°C and -5°C create an alarm.
205205
206- ## Temeperature Major Alamr Hot
206+ ### Temeperature Major Alamr Hot
207207When the temperature is between 30°C and 35°C create an alarm.
208208
209- ## Delta Temperature
209+ ### Delta Temperature
210210Calculate the delta between the temperature of 10 minutes ago and now.
211211When the result of the delta is above 20°C an alarm is created.
212212
213- ## Alarm Specific Temperature
213+ ### Alarm Specific Temperature
214214When the temperature equal to 0 an alarm is created.
You can’t perform that action at this time.
0 commit comments