指令还原
This commit is contained in:
parent
59ecfea717
commit
81b985e87c
|
@ -22,8 +22,7 @@ public class TurnOff extends Command {
|
|||
|
||||
@Override
|
||||
protected Collection<ModbusCommandDto> builderModbusCommand() {
|
||||
// 修改指令, 修改前:01050001FF00, 修改后:010500010000
|
||||
return List.of(ModbusCommandDto.builder().command("010500010000").length(16).build());
|
||||
return List.of(ModbusCommandDto.builder().command("01050001FF00").length(16).build());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue