[change] 更新清扫车PB以及接口
This commit is contained in:
@@ -180,18 +180,20 @@ public class SpecialVehicleBean {
|
||||
value[1] = "1-Start";
|
||||
value[2] = "2-Stop";
|
||||
optionsF.add(new SpecialVehicleOption("清扫作业", tag++, value, 0));
|
||||
value = new String[5];
|
||||
value = new String[6];
|
||||
value[0] = "0-No Req";
|
||||
value[1] = "1-Sweeping";
|
||||
value[2] = "2-Wash Sweeper";
|
||||
value[3] = "3-Pure Wash";
|
||||
value[4] = "4-Pure Draw";
|
||||
value[5] = "5-Close Clean";
|
||||
optionsF.add(new SpecialVehicleOption("清扫模式", tag++, value, 0));
|
||||
value = new String[4];
|
||||
value = new String[5];
|
||||
value[0] = "0-No Req";
|
||||
value[1] = "1-Both";
|
||||
value[2] = "2-Left";
|
||||
value[3] = "3-Right";
|
||||
value[4] = "4-Close Side";
|
||||
optionsF.add(new SpecialVehicleOption("清扫方向", tag++, value, 0));
|
||||
value = new String[3];
|
||||
value[0] = "0-No Req";
|
||||
|
||||
Reference in New Issue
Block a user