Merge pull request #12083 from maxunbearable/task/4755-report-strategy-md

Added md file for Gateway Report strategy
This commit is contained in:
Andrew Shvayka 2024-11-22 11:20:32 +01:00 committed by GitHub
commit c00e9f386d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View File

@ -21,4 +21,4 @@ For example, we have a device that has the following IP address: 192.168.0.120:5
4. Allow any devices:
**Address filter:** *:*
**Address filter:** `*:*`

View File

@ -0,0 +1,11 @@
# Report Strategy for Data Transmission
This section allows you to configure the strategy for sending data. You can select one of the following behaviors:
1. **On Report Period** - Data is collected and sent at regular intervals, defined in milliseconds.
2. **On Value Change** - Data is transmitted immediately whenever a change is detected.
3. **On Value Change or Report Period** - Data is sent either when a change occurs or after a specified time period has elapsed since the last transmission.
4. **On Received** - Data is sent instantly upon being received.