Update Amax Digital output 0 entry
This commit is contained in:
parent
ebc243db60
commit
1077111b77
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue