From 93c5f8952fb24cb0b879fe1c58d4261989dfd07b 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 a779c6d0efe..7eba22b4399 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -946,7 +946,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