开井指令修改
This commit is contained in:
parent
81b985e87c
commit
c473eda424
|
@ -22,7 +22,7 @@ public class TurnOn extends Command {
|
|||
|
||||
@Override
|
||||
protected Collection<ModbusCommandDto> builderModbusCommand() {
|
||||
return List.of(ModbusCommandDto.builder().command("01050001FF00").length(16).build());
|
||||
return List.of(ModbusCommandDto.builder().command("01050000FF00").length(16).build());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue