Added md file for Gateway Report strategy
This commit is contained in:
parent
0c160bf369
commit
b84f439116
@ -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:** `*:*`
|
||||
|
||||
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user