diff --git a/README.md b/README.md index 1e0faeb..0147d60 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ Добавить парсинг регистра, по которому можно идентифицировать модель устройства. ```js "checkEntry": { - "registerType": "input" + "registerType": "input", "address": 200, "length": 6, - "dataType": "string" + "dataType": "string", "expectedValue": "SWT485" } ```