From 4ee185b3332256a3f9526e9affb71c4067395f2c Mon Sep 17 00:00:00 2001 From: nikzori Date: Tue, 10 Dec 2024 09:33:22 +0300 Subject: [PATCH] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ```