Skip to content

Commit e704310

Browse files
authored
Merge pull request #574 from telefonicaid/bug/wrong_doc_regaring_polling_flag
FIX doc regaring poll flag
2 parents 45d64c0 + 90b312b commit e704310

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ retrieve the pending commands upon connection. To enable this feature, the Libra
175175
command storage, and a mechanism to automatically store incoming commands for those devices marked as 'polling devices'.
176176

177177
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).
180181

181182
Polling commands could be subjected to expiration: two configuration properties pollingExpiration` and `pollingDaemonFrequency`
182183
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

0 commit comments

Comments
 (0)