File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,9 @@ retrieve the pending commands upon connection. To enable this feature, the Libra
175
175
command storage, and a mechanism to automatically store incoming commands for those devices marked as 'polling devices'.
176
176
177
177
The distinction between push and poll commands will be made based on the presence of a ` polling ` flag in the device
178
- provisioning data. The default option (with the flag with value ` false ` or not present) is to use push commands (as they
179
- were the only ones available until the latest versions).
178
+ provisioning data. The details on how this flag is derived for provisioning data would depend on the particular IOT Agent
179
+ implementation using this libray (in other words, there isn't any standard way of doing so). The default option (with the flag
180
+ with value ` false ` or not present) is to use push commands (as they were the only ones available until the latest versions).
180
181
181
182
Polling commands could be subjected to expiration: two configuration properties pollingExpiration` and ` pollingDaemonFrequency`
182
183
can be set to start a daemon that will remove expired commands from the DB if the device is taking too much to pick them
You can’t perform that action at this time.
0 commit comments