Skip to content

Commit

Permalink
Merge pull request #1407 from iain-anderson/auto-opstate-branch
Browse files Browse the repository at this point in the history
feat: Add device up/down detection
  • Loading branch information
cloudxxx8 authored Dec 20, 2024
2 parents 3e208e9 + 57b06db commit dca46ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs_src/microservices/device/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Please refer to the general [Common Configuration documentation](../configuratio
|ProvisionWatchersDir|''|If set, directory or index URI containing provision watcher definition files to upload to core-metadata (service specific when needed). See [URI for Device Service Files](#uris-for-device-service-files) for more information on URI index files.|
|EnableAsyncReadings| true| Enables/Disables the Device Service ability to handle async readings |
|AsyncBufferSize| 16| Size of the buffer for async readings|
|AllowedFails|0|If set, number of consecutive failures to access a device after which the service will set the device's OperationalState to DOWN|
|DeviceDownTimeout|0|If set, an interval in seconds after which a device which has been automatically set DOWN will be re-tried to see if it is accessible again|
|Discovery/Enabled|false|Controls whether device discovery is enabled|
|Discovery/Interval|30s|Interval between automatic discovery runs. Zero means do not run discovery automatically|
=== "MaxEventSize*"
Expand Down

0 comments on commit dca46ab

Please sign in to comment.