From e115d96a546186607e4105e44e0a49b16616d451 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Mon, 12 Jul 2021 20:24:09 +0200 Subject: [PATCH] Add array write to turn_on/off in modbus switch/fan/light (#18406) --- source/_integrations/modbus.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 1fe6b4eb224..8ef9d693fc8 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -609,7 +609,7 @@ fans: default: 0x00 type: integer write_type: - description: Type of address (holding/coil). + description: Type of address (holding/coil or holdings/coils for array call). required: false default: holding type: string @@ -702,7 +702,7 @@ lights: default: 0x00 type: integer write_type: - description: Type of address (holding/coil). + description: Type of address (holding/coil or holdings/coils for array call). required: false default: holding type: string @@ -925,7 +925,7 @@ switches: default: 0x00 type: integer write_type: - description: type of address (holding/coil) + description: type of address (holding/coil or holdings/coils for array call) required: false default: holding type: string