Skip to content

Commit 6389db2

Browse files
committed
change format of rule topic
1 parent f5ef8eb commit 6389db2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,22 +193,22 @@ Internily to Thongsboard we create rules to verifying the data.
193193
When the data is note corresponding it's create an alarm.
194194
Depending on the alarm type the alarm severity change.
195195

196-
## Humidity Alarm
196+
### Humidity Alarm
197197
The humidity alarm verify of the humidity is above 90%.
198198

199-
## Temperature Critcal Alarm
199+
### Temperature Critcal Alarm
200200
This rule create an alarm when the temperature is invalid.
201201
Invalid 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
204204
When the temperature is between -10°C and -5°C create an alarm.
205205

206-
## Temeperature Major Alamr Hot
206+
### Temeperature Major Alamr Hot
207207
When the temperature is between 30°C and 35°C create an alarm.
208208

209-
## Delta Temperature
209+
### Delta Temperature
210210
Calculate the delta between the temperature of 10 minutes ago and now.
211211
When the result of the delta is above 20°C an alarm is created.
212212

213-
## Alarm Specific Temperature
213+
### Alarm Specific Temperature
214214
When the temperature equal to 0 an alarm is created.

0 commit comments

Comments
 (0)