From 97d3919a034a1d31456f52d8b7c40245cdc29279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Sat, 10 Sep 2016 23:23:34 +0200 Subject: [PATCH] write_registers doc (#909) --- source/_components/modbus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/modbus.markdown b/source/_components/modbus.markdown index 7a07e8aa244..53b1e9d6339 100644 --- a/source/_components/modbus.markdown +++ b/source/_components/modbus.markdown @@ -62,7 +62,7 @@ Configuration variables: | Service | Description | | ------- | ----------- | -| write_register | Write single register. Requires `unit`, `address` and `value` fields. | +| write_register | Write register. Requires `unit`, `address` and `value` fields. `value` can be either single value or an array | ## {% linkable_title Building on top of Modbus %}