From ee39931f279ec9089a4b58cb823dfe5c6173bcb5 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 2 Aug 2021 14:56:03 +0200 Subject: [PATCH] Allow combinations write_coil/read_coils and write_coils/read_coil for modbus switch (#18691) --- source/_integrations/modbus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 4f3c1093da6..3dfc511a6ac 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -945,7 +945,7 @@ switches: default: 0 type: integer input_type: - description: type of address (holding/coil/discrete/input) + description: type of address (holding/coil/discrete/input or holdings/coils for array call) required: false default: write_type type: integer