Change the private set to set for the Digitaloutput0
This commit is contained in:
parent
f17ae4da06
commit
0f3f42b652
|
|
@ -8,7 +8,7 @@ namespace InnovEnergy.Lib.Devices.Amax5070
|
|||
[AddressOffset(-1)]
|
||||
public class Amax5070Registers
|
||||
{
|
||||
[Coil(1)] public Boolean DigitalOutput0 { get; private set; }
|
||||
[Coil(1)] public Boolean DigitalOutput0 { get; 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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue