|
@ -142,8 +142,8 @@ export const addLiquidCtrlJSON = (num, speed, power) => { |
|
|
|
|
|
|
|
|
export const test_replenishingFluidsPumpCtrJSON = (ctrl, speed) => { |
|
|
export const test_replenishingFluidsPumpCtrJSON = (ctrl, speed) => { |
|
|
return { |
|
|
return { |
|
|
command: 'test_replenishingFluidsPumpCtr', |
|
|
|
|
|
messageId: 'test_replenishingFluidsPumpCtr', |
|
|
|
|
|
|
|
|
command: 'test_replenishingFluidsPumpCtrl', |
|
|
|
|
|
messageId: 'test_replenishingFluidsPumpCtrl', |
|
|
ctrl, |
|
|
ctrl, |
|
|
speed, |
|
|
speed, |
|
|
} |
|
|
} |
|
@ -151,8 +151,8 @@ export const test_replenishingFluidsPumpCtrJSON = (ctrl, speed) => { |
|
|
|
|
|
|
|
|
export const sprayLiquidPump_open_for_testJSON = (ctrl, speed) => { |
|
|
export const sprayLiquidPump_open_for_testJSON = (ctrl, speed) => { |
|
|
return { |
|
|
return { |
|
|
command: 'sprayLiquidPump_open_for_test', |
|
|
|
|
|
messageId: 'sprayLiquidPump_open_for_test', |
|
|
|
|
|
|
|
|
command: 'test_sprayLiquidPumpCtrl', |
|
|
|
|
|
messageId: 'test_sprayLiquidPumpCtrl', |
|
|
ctrl, |
|
|
ctrl, |
|
|
speed, |
|
|
speed, |
|
|
} |
|
|
} |
|
|