From 1077111b77ae10f657189ca23e24378b64167f62 Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 14 Mar 2025 13:19:01 +0100 Subject: [PATCH] Update Amax Digital output 0 entry --- csharp/Lib/Devices/Amax5070/Amax5070Registers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs b/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs index 8803abb29..0d6615f4e 100644 --- a/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs +++ b/csharp/Lib/Devices/Amax5070/Amax5070Registers.cs @@ -8,7 +8,7 @@ namespace InnovEnergy.Lib.Devices.Amax5070 [AddressOffset(-1)] public class Amax5070Registers { - [Coil(1)] public Boolean DigitalOutput0 { get; set; } + [Coil(1)] public Boolean DigitalOutput0 { get; private set; } [Coil(2)] public Boolean DigitalOutput1 { get; private set; } [Coil(3)] public Boolean DigitalOutput2 { get; private set; } [Coil(4)] public Boolean DigitalOutput3 { get; private set; }