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