Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
2f7a01984a
|
@ -22,7 +22,8 @@ public class TurnOff extends Command {
|
|||
|
||||
@Override
|
||||
protected Collection<ModbusCommandDto> builderModbusCommand() {
|
||||
return List.of(ModbusCommandDto.builder().command("01050001FF00").length(16).build());
|
||||
// 修改指令, 修改前:01050001FF00, 修改后:010500010000
|
||||
return List.of(ModbusCommandDto.builder().command("010500010000").length(16).build());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue