From 2c7db29592dd757734a7646c5d9d8eb6a5781981 Mon Sep 17 00:00:00 2001 From: atef Date: Wed, 28 May 2025 12:02:48 +0200 Subject: [PATCH] Update comment about Amax register --- .../Lib/Devices/Amax5070/Amax5070Registers.cs | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs b/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs index 8803abb29..ca79babe0 100644 --- a/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs +++ b/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs @@ -67,19 +67,19 @@ namespace InnovEnergy.Lib.Devices.Amax5070 [Coil(71)] public Boolean DigitalInput14 { get; private set; } [Coil(72)] public Boolean DigitalInput15 { get; private set; } - [Coil(73)] public Boolean DigitalInput16 { get; private set; } // Relay5060 1 - [Coil(74)] public Boolean DigitalInput17 { get; private set; } // Relay5060 1 + [Coil(73)] public Boolean DigitalInput16 { get; private set; } // Digital input next to the Relay5060 1 + [Coil(74)] public Boolean DigitalInput17 { get; private set; } // Digital input next to the Relay5060 1 - [Coil(81)] public Boolean DigitalInput18 { get; private set; } // Relay5060 2 - [Coil(82)] public Boolean DigitalInput19 { get; private set; } // Relay5060 2 + [Coil(81)] public Boolean DigitalInput18 { get; private set; } // Digital input next to the Relay5060 2 + [Coil(82)] public Boolean DigitalInput19 { get; private set; } // Digital input next to the Relay5060 2 - [Coil(89)] public Boolean DigitalInput20 { get; private set; } // Relay5060 3 - [Coil(90)] public Boolean DigitalInput21 { get; private set; } // Relay5060 3 + [Coil(89)] public Boolean DigitalInput20 { get; private set; } // Digital input next to the Relay5060 3 + [Coil(90)] public Boolean DigitalInput21 { get; private set; } // Digital input next to the Relay5060 3 - [Coil(97)] public Boolean DigitalInput22 { get; private set; } // Relay5060 4 - [Coil(98)] public Boolean DigitalInput23 { get; private set; } // Relay5060 4 + [Coil(97)] public Boolean DigitalInput22 { get; private set; } // Digital input next to the Relay5060 4 + [Coil(98)] public Boolean DigitalInput23 { get; private set; } // Digital input next to the Relay5060 4 - [Coil(105)] public Boolean DigitalInput24 { get; private set; }// Relay5060 5 - [Coil(106)] public Boolean DigitalInput25 { get; private set; }// Relay5060 5 + [Coil(105)] public Boolean DigitalInput24 { get; private set; }// Digital input next to the Relay5060 5 + [Coil(106)] public Boolean DigitalInput25 { get; private set; }// Digital input next to the Relay5060 5 } } \ No newline at end of file