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:
Sander van de Velde 2018-03-19 03:25:37 +01:00 коммит произвёл Stephen
Родитель 390556176f
Коммит 87b44d50dd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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",