@ -1413,10 +1413,11 @@ exports.createSensor = async (req, reply) => {
storeId,
type: sensorType,
total_count: quantity,
total_available: quantity,
total_available: 0,
total_blocked: 0,
total_repair: 0,
total_installed: 0,
total_count_before_qc:quantity
});
}