|
|
@ -266,8 +266,8 @@ exports.getTanksensorcount = async (req, reply) => {
|
|
|
|
reply.send({
|
|
|
|
reply.send({
|
|
|
|
customerId,
|
|
|
|
customerId,
|
|
|
|
needSensor: {
|
|
|
|
needSensor: {
|
|
|
|
yes: needSensorResult["yes"] || 0,
|
|
|
|
YES: needSensorResult["YES"] || 0,
|
|
|
|
no: needSensorResult["no"] || 0,
|
|
|
|
NO: needSensorResult["NO"] || 0,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
inputIsMotor: {
|
|
|
|
inputIsMotor: {
|
|
|
|
true: inputIsMotorResult["true"] || 0,
|
|
|
|
true: inputIsMotorResult["true"] || 0,
|
|
|
|