Add RetryCount and RetryInterval in Configuration example (#34)
These two parameters are defined but where to place them was not shown. Values of the parameters are set to default values.
This commit is contained in:
Родитель
390556176f
Коммит
87b44d50dd
|
@ -83,6 +83,8 @@ Before running the module, proper configuration is required. Here is a sample co
|
|||
"Slave01": {
|
||||
"SlaveConnection": "192.168.0.1",
|
||||
"HwId": "PowerMeter-0a:01:01:01:01:01",
|
||||
"RetryCount": "10",
|
||||
"RetryInterval": "50",
|
||||
"Operations": {
|
||||
"Op01": {
|
||||
"PollingInterval": "1000",
|
||||
|
|
Загрузка…
Ссылка в новой задаче