Skip to content

Commit 476b26b

Browse files
committed
Correct the spelling
1 parent 6389db2 commit 476b26b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,25 +189,26 @@ Email: `customer@thingsboard.org`
189189
Password: `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.
194194
Depending 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
200201
This 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.
211212
When the result of the delta is above 20°C an alarm is created.
212213

213214
### Alarm Specific Temperature

0 commit comments

Comments
 (0)