Skip to content

Commit

Permalink
Merge branch 'staging/3.8' into release/3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed Oct 9, 2024
2 parents cdbafea + 393df6c commit ce3f51f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Therefore, in this case, you will need to configure ThingsBoard Rule Engine to:
- create an alarm if the device remains inactive for a certain period of time. This period of time can be defined in either of two ways:

- The first way: by changing the global configuration parameter for the inactivity timeout. <br>
This parameter is defined in **thingsboard.yml** (state.defaultInactivityTimeoutInSec) and by default it is set to 10 seconds.
This parameter is defined in **thingsboard.yml** (state.defaultInactivityTimeoutInSec) and by default it is set to 600 seconds (10 minutes).

- The second way: by overwriting this parameter for a particular device by setting the **“inactivityTimeout”** server-side attribute (value is set in milliseconds). <br>
This way will be described in the following sections.
Expand Down

0 comments on commit ce3f51f

Please sign in to comment.