@@ -48,7 +48,13 @@ Table of contents
4848 - [ System Administrator] ( #system-administrator )
4949 - [ Tenant Administrator] ( #tenant-administrator )
5050 - [ Customer User] ( #customer-user )
51-
51+ - [ Thinksboard Intern Rules] ( #thinksboard-intern-rules )
52+ - [ Humidity Alarm] ( #humidity-alarm )
53+ - [ Temperature Critcal Alarm] ( #temperature-critcal-alarm )
54+ - [ Temperature Critcal Alarm Cold] ( #temeperature-major-alamr-cold )
55+ - [ Temperature Critcal Alarm Hot] ( #temeperature-major-alamr-hot )
56+ - [ Delta Temperature] ( #delta-temperature )
57+ - [ Alarm Specific Temperature] ( #alarm-specific-temperature )
5258
5359
5460-----------
@@ -180,4 +186,29 @@ Email: `tenant@thingsboard.org`
180186Password: ` tenant `
181187### Customer User
182188Email: ` customer@thingsboard.org `
183- Password: ` customer `
189+ Password: ` customer `
190+
191+ # 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.
194+ Depending on the alarm type the alarm severity change.
195+
196+ ## Humidity Alarm
197+ The humidity alarm verify of the humidity is above 90%.
198+
199+ ## Temperature Critcal Alarm
200+ 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+
203+ ## Temeperature Major Alamr Cold
204+ When the temperature is between -10°C and -5°C create an alarm.
205+
206+ ## Temeperature Major Alamr Hot
207+ When the temperature is between 30°C and 35°C create an alarm.
208+
209+ ## Delta Temperature
210+ Calculate the delta between the temperature of 10 minutes ago and now.
211+ When the result of the delta is above 20°C an alarm is created.
212+
213+ ## Alarm Specific Temperature
214+ When the temperature equal to 0 an alarm is created.
0 commit comments