新增老版维尔普斯开关井指令调整
This commit is contained in:
parent
66174695a3
commit
b111c1d496
|
@ -24,6 +24,6 @@ public class MiWepsTurnOff extends Command {
|
|||
|
||||
@Override
|
||||
protected Collection<ModbusCommandDto> builderModbusCommand() {
|
||||
return List.of(ModbusCommandDto.builder().command("010600400002").length(16).build());
|
||||
return List.of(ModbusCommandDto.builder().command("010600010000").length(16).build());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ public class MiWepsTurnOn extends Command {
|
|||
|
||||
@Override
|
||||
protected Collection<ModbusCommandDto> builderModbusCommand() {
|
||||
return List.of(ModbusCommandDto.builder().command("010600400001").length(16).build());
|
||||
return List.of(ModbusCommandDto.builder().command("010600010001").length(16).build());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue